RE: [Mason] Vanishing Requests
[prev]
[thread]
[next]
[Date index for 2005/05/12]
Hi David,
Could you have a look at my post "[QUESTION] Browser hangs if multiple
requests on the same Perlresource (Apache2, modperl2, Win32)" ?
Because I think we're hitting the *very same problem*... You may want to
check if your site enjoys the same problem as mine using the simplistic Perl
script I posted and ApacheBench to load your server (use conccurent requests
on the simplistic script).
From there maybe we can better understand what's going on.
Thanks,
Pascal.
-----Message d'origine-----
De : Perrin Harkins [mailto:perrin@xxxx.xxx]
Envoy=E9 : jeudi 12 mai 2005 06:37
=C0 : David Marshall
Cc : modperl@xxxx.xxxxxx.xxx; mason-users@xxxxx.xxxxxxxxxxx.xxx
Objet : Re: [Mason] Vanishing Requests
On Wed, 2005-05-11 at 18:22 -0700, David Marshall wrote:
> The basic problem: some requests just totally vanish. No record
> appears of them in the apache log, and no response is returned to the
> browser.
Find out what they are doing by using mod=5Flog=5Fforensic:
http://httpd.apache.org/docs/mod/mod=5Flog=5Fforensic.html
- Perrin