Author |
|
Prometheus
Joined: 15 Apr 2008 Posts: 3 Location: Almaty, Kazakhstan
|
Posted: Tue 15 Apr '08 16:47 Post subject: Apache has long unbreakable processes |
|
|
Please help! Our server-status shows us the @eternal@ processes! Here is example
210-0 - 0/0/9 . 0.00 3571 3 0.0 0.00 0.01 79.111.85.7 * GET /phpBB2/index.php HTTP/1.0
216-0 - 0/0/1 . 0.05 3579 92 0.0 0.00 0.00 80.81.208.68 * GET /forum/photo_100_768_small HTTP/1.1
219-0 - 0/0/2 . 0.00 3578 9 0.0 0.00 0.00 212.13.133.82 * POST /_banex/6106276111.xml HTTP/1.1
Where SS is more than several thousands! How we can prevent this problem?
Thank you. Waiting for answer. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 15 Apr '08 21:28 Post subject: |
|
|
How is that problem? Because your apache does not sending anymore.
You can prevent that with disabling Keep Alive I think. |
|
Back to top |
|
Prometheus
Joined: 15 Apr 2008 Posts: 3 Location: Almaty, Kazakhstan
|
Posted: Tue 15 Apr '08 21:33 Post subject: |
|
|
But what is the reason of appearing of such long connections? Is it error somewhere? On other Apaches this error is also appearing or not?
Keep-Alive Extension is useful for clients or not? By turning it off we increasing the time of loading pages by several requests insteed one?
Thank you. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Wed 16 Apr '08 23:25 Post subject: |
|
|
I don't know the reason for that long process, but after your post I watched my server and I see sometimes requests longer than 26.000 seconds. But if there isn't a "W" for sending reply I don't see there a need to prevent that.
Keep Alive is better for your server, cause the client don't have to etablish a new connection to your server for each request. |
|
Back to top |
|
Prometheus
Joined: 15 Apr 2008 Posts: 3 Location: Almaty, Kazakhstan
|
Posted: Thu 17 Apr '08 4:37 Post subject: |
|
|
thank you. Now we turned off KeepAlive. Will watch. |
|
Back to top |
|