Dart Home | PowerTCP WebServer for ActiveX | Custom Development | Reply | PowerTCP WebServer for ActiveX Topics | Forums |
Author | Forum: PowerTCP WebServer for ActiveX Topic: Using Delay and Send of Response |
Mandark From: Kolkata, USA Posts: 1 Member Since: 01/27/04 |
posted January 27, 2004 6:01 AM Hello, My webserver is designed to collect info from an agent running on another PC. Then process it and show it. How do I delay the processing till I get the info from the other PC. Any help would be helpful. Cheers. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted January 27, 2004 8:57 AM You have to create another thread and pass the Response to it ( after setting Response.Delay to true ) In the new thread, do the processing, themn when ready, call Response.Send. |
Reply | PowerTCP WebServer for ActiveX Topics | Forums |
This site is powered by
![]() |