Hi,How callserver is working in the background.I mean to say, why it is running asynchronously?.what is the functionality behind that?.Many Thanks~Sasi
For Synchronous execution they already have provided CGICallouts, however CallServer() superseded them in many ways.1. It gets executed either using GET or POST method.2. Uses HTTP session3. Can return the values to DCR, which is similar to CGI callout.True, you can use either get or post in callServer caseI guess, there are many more... but these are which comes to my mind at first.
Hi, How callserver is working in the background.I mean to say, why it is running asynchronously?.what is the functionality behind that?.Many Thanks~Sasi
Actually I would like to know how callserver() works..For example if we are having multiple call server () request in a template,we dont have control over that.How ever we can control the same through some workaround.My question is , what are the things happening in the background when a form invokes call server()...Is there anything happening in the semphore locking??why the call server threads are not waiting for other one to complete...I hope you all got my question...