On Wed, 2004-04-28 at 12:09, [EMAIL PROTECTED] wrote:
> I keep on getting this same error in the logs:
> ModPerl::Registry: 103:Software caused connection abort at
> /path/to/script line number

I believe that comes from a system call, not from mod_perl or apache
itself.

> My suspicion is that the school's network might not be able to
> handle the load, and that the connection times out at some
> point, hence the error message.

That sounds reasonable.  You might want to see how long your server is
taking to handle requests (mod_stopwatch maybe or a mod_perl handler)
and check how saturated your network interface is.  How is the load on
the server?  Does it have plenty of free memory and CPU?

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to