Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stateless connections

Status
Not open for further replies.

nuallain

Technical User
Jul 7, 2000
2
US
I have a solaris 2.6 server running Apache 1.3.9.  The application we are running is a database search engine.  As users begin searching they are assigned an anonymous username by the application.  The problem is that about 10 users per hour never get released back to the application.  We had been running the app. using Netscape FastTrack but we were having other resource problems with it, which was why I am now trying Apache. I have tried tweaking the timeout settings in the default config but this hasn't helped either.  I also turned the KeepAlive to Off and this hasn't helped.  Any ideas would be appreciated.  Thanks.
 
I guess your problem is not the webserver. Furthermore you need to check your cgi script, which is creating the connection. Does your script terminate a session safely, when a users interrupts a request??<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top