Re: [EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-21 Thread Alexey Polyakov
On 3/21/06, Robert Ionescu [EMAIL PROTECTED] wrote: Changing the MPM from prefork to worker will solve this problem, too. I tried using it, but unfortunately my mod_perl filters do memory leaks when running in worker MPM. :( -- Alexey Polyakov

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-21 Thread Robert Ionescu
William A. Rowe, Jr. wrote: I'm unfamiliar with what MPM is doing this, Every MPM using POD (pipe of death). It's defined in /server/mpm_common.c: | This function connects to the server, then immediately closes the | connection. | This permits the MPM to skip the poll when there is only one

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-20 Thread Robert Ionescu
Alexey Polyakov wrote: Well, maybe there's a reason, but I think that issuing GET / requests (sometimes a few such requests per second) without thinking of consequences is an overkill. Maybe it's a way to do some low-level optimization, but once such request hits some dynamic php-script, we have

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-20 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 3/19/06, Alexey Polyakov [EMAIL PROTECTED] wrote: I'm using Apache 2.2, and it makes a lot of dummy internal connection requests. Is there a way to disable this? Not without changing mpms. But they are there for a good reason and they do no harm, so why bother? (If

[EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-19 Thread Alexey Polyakov
Hi! I'm using Apache 2.2, and it makes a lot of dummy internal connection requests. Is there a way to disable this? -- Alexey Polyakov - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-19 Thread Joshua Slive
On 3/19/06, Alexey Polyakov [EMAIL PROTECTED] wrote: Hi! I'm using Apache 2.2, and it makes a lot of dummy internal connection requests. Is there a way to disable this? Not without changing mpms. But they are there for a good reason and they do no harm, so why bother? (If this is causing

Re: [EMAIL PROTECTED] Apache 2.2 - how to disable dummy internal connection requests?

2006-03-19 Thread Alexey Polyakov
Well, maybe there's a reason, but I think that issuing GET / requests (sometimes a few such requests per second) without thinking of consequences is an overkill. Maybe it's a way to do some low-level optimization, but once such request hits some dynamic php-script, we have a complete waste of