Dart Home | PowerTCP WebServer for ActiveX | Custom Development | Reply | PowerTCP WebServer for ActiveX Topics | Forums |
Author | Forum: PowerTCP WebServer for ActiveX Topic: Exactly how does this work? |
jim.hubbard From: Lawrenceville, GA USA Posts: 9 Member Since: 11/02/03 |
posted December 4, 2003 8:43 AM Let's say the webserver gets an HTTP request...it passes that to a daemon and the daemon generally responds with a web page (unless you change the code to do something else). Then, does the connection from the daemon to the client remain connected and waiting for another page request? If so, how long does the connection remain open? |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted December 4, 2003 11:21 AM Assuming the connection is established as keep-alive by the browser and the browser leaves it open forever, the connection would close after MaxIdleTime expires. |
Reply | PowerTCP WebServer for ActiveX Topics | Forums |
This site is powered by
![]() |