On Thu, Feb 01, 2001 at 10:29:43AM +0700, Martynoff, Nikolay wrote:
> > Ну а сейчас, есть ли какие-то средства, чтобы выяснить хотя
> > бы где именно
> > происходит ступор? В каком месте и с чем он связан? Скажем есть метвый
> > child, что-то с ним сделать, чтобы он сообщил (через gdb?) в
> > каком месте он
> > застопорился.
> > У кого еще апач+mod_perl под RH 6.1? Есть такие же проблемы? На самой
> > системе только ядро новое ставил, все остальное из дистрибутива.
>
> А у тебя такая проверка стоит в конфиге?
>
> # Apache::SIG installs the SIGPIPE handler, which stops the script's
> execution
> # for us when it sees the broken pipe. This setting affects all processes of
> course
>
> PerlFixupHandler Apache::SIG
>
> У меня без этой штуки тоже чайлды висли периодически..
Она уже не нужна.
----- Forwarded message from Doug MacEachern <dougm@xxxxxxxxxxxx> -----
X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs
Date: Fri, 26 Jan 2001 10:18:28 -0800 (PST)
From: Doug MacEachern <dougm@xxxxxxxxxxxx>
To: Stas Bekman <stas@xxxxxxxxxx>
cc: mod_perl list <modperl@xxxxxxxxxx>
Subject: Re: Apache::SIG kills the process
On Tue, 9 Jan 2001, Stas Bekman wrote:
> I was rewriting the detecting 'STOP' button pressed section in the guide,
> to notice that Apache::SIG kills the process under Apache::Registry.
>
> httpd.conf:
>
> PerlFixupHandler Apache::SIG
why are you using Apache::SIG at all? its no longer required as of
1.3.6-ish. if the client goes away writes are noops, you can test
$r->connection->aborted if you want to know the client has gone away.
----- End forwarded message -----
--
Pavel Ammosov O \
apavel@xxxxxx __ )
http://isabase.philol.msu.ru/~apavel/ )
wget -O - isabase.philol.msu.ru/~apavel/key.asc|pgp -fka O /
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.