R
RobGSCL
I suspected that the comm routine in my compact framework app wasn't
acting asyncronously, so I remodelled it using a simple hello world
service with a 5 second sleep. I call the same begin method
sequentially ten times. What I expect to see is the end method fire
after 5 seconds somewhat sequentially. I don't. I see two returns
after 5 seconds, followed by two more after another 5 seconds and so on
until done. I added a beep to my sleepy hello world and it beeps
immediately before the mobile app end method is called. So why is the
web service hanging on to the calls instead of sending them out all at
once. Is it controlled by my cf app, the web service, or IIS?
TIA
Rob
acting asyncronously, so I remodelled it using a simple hello world
service with a 5 second sleep. I call the same begin method
sequentially ten times. What I expect to see is the end method fire
after 5 seconds somewhat sequentially. I don't. I see two returns
after 5 seconds, followed by two more after another 5 seconds and so on
until done. I added a beep to my sleepy hello world and it beeps
immediately before the mobile app end method is called. So why is the
web service hanging on to the calls instead of sending them out all at
once. Is it controlled by my cf app, the web service, or IIS?
TIA
Rob