So i have some .cgi scripts running under apache.
Some pages loads fine, but some loads from time to time.
The pages which loads from time to time is generally generates with
big, huge scripts which doing some work before prints something in
html(but there is no function that working more than 2.5 seconds, so
the timeout between printing in html is not bigger than that(maybe
this info helps somehow)).
When these pages are not loaded i have got messages in httpd.log like
these
############################################################################################
[Mon Mar 22 08:57:39 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 08:57:44 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 08:57:57 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 08:57:59 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 08:57:59 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 08:58:09 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 08:58:26 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 09:01:03 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 09:01:05 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 09:01:13 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 09:02:45 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 09:02:45 2010] [info] [client 62.176.11.182]
(104)Connection reset by peer: core_output_filter: writing data to the
network
[Mon Mar 22 09:03:00 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 09:03:02 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 09:03:06 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the
network
[Mon Mar 22 09:03:12 2010] [info] [client 62.176.11.182] (32)Broken
pipe: core_output_filter: writing data to the network
############################################################################################
and so on. The apache is in debug mode, so this message as all i have.
I do not think that it is apache problem.
 I searched through the internet about these messages, there are a lot
of people who has this, but i can`t find solution for me.
I have Fedora 12, apache 2.2.14, perl 5.10.

Maybe somebody knows what is going on, because i have no more
thoughts.
i repeat that i have no problem with little and lightweight cgi
scripts, which only prints html or doing some more, but not as big
work as the scripts on which everything stops with errors above.


-- 
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/


Reply via email to