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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening new connection from page to page

Status
Not open for further replies.

tswitz00

IS-IT--Management
Jan 26, 2005
67
US
I think this may be a session issue but not sure if it is or how to fix it.

We have been experiencing a lot of lag in one of our sites so I took a look at all the open ports and it looks like every time someone clicks to go to a new page on our site it opens up another connection. So we will have 100 open connections from one IP with 99% of them being in "Time Wait" status. How do we fix this where it keeps the same connection or it immediately kills the old one when once it’s finished?

Running php 5.1.4 and IIS 6 its also over an ssl connection if that makes a difference
 
Unless you have script code that uses fopen() or fsockopen() to communicate with other network resources, none of the connections you're seeing are created or managed by PHP. They're created or managed by your web server.

I think you need to ask this question in an IIS forum.



Want the best answers? Ask the best questions! TANSTAAFL!
 
Thanks, I just posted it in the IIS section so hopefully I will have some luck there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top