Dart Home | PowerTCP WebServer for ActiveX | Custom Development | Reply | PowerTCP WebServer for ActiveX Topics | Forums |
Author | Forum: PowerTCP WebServer for ActiveX Topic: Webserver seems to leave connections open |
chris@digitalinsights.com From: San Clemente, CA USA Posts: 73 Member Since: 11/03/03 |
posted June 4, 2004 2:18 AM Hello, I have a client who says that connections to the webserver are staying open to the point that the program crashes. Here is the scenario: We are using a 1x1 bit gif image in emails to see if they are opened. When the emails are opened, the image is attempted to be loaded by going to the webserver control. Since we only need to know if they are opened and the image really does not have to be transfer, I simply to the following: Response.Status = httpNotFound BODY.Write "Page Not Found" Response.BODY = BODY Could this have the possibility of leaving the connection open since I am not actually sending back the real gif image? What I want the client to do is just see that the page is "broken" and closes the connection. Thanks |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted June 7, 2004 10:28 AM Have you verified for yourself that the connections are being left open? If so, please tell me what I must add to the GET event of the sample webserver in order to duplicate this. |
Reply | PowerTCP WebServer for ActiveX Topics | Forums |
This site is powered by
![]() |