Thanks for the response,

Do you know if this setting taken from the Apache conf directive 'Timeout'?

Thanks ,

> -----Original Message-----
> From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 10:41 AM
> To: Stathy G. Touloumis
> Cc: [EMAIL PROTECTED]
> Subject: Re: Apache->print Timeout
>
>
> "Stathy G. Touloumis" wrote:
> >
> > Does anyone know how to set the time out value for
> Apache::print to a higher
> > value if possible or how to avoid a timeout??  I am performing an import
> > into a database that can vary in time (1min - 10min) and I
> would need to be
> > able to handle this situation.  Would it be better to spawn a
> subprocess and
> > have the client refresh to monitor the result (like
> Apache::UploadMeter)?
> >
> > [Wed Mar 13 10:28:41 2002] [info] [client 192.168.6.22] mod_perl:
> > Apache->print timed out
>
> look at $r->reset_timeout and kin in the eagle book.  you can also set
> the value of Timeout for the server dynamically using
> $r->server->timeout.
>
> HTH
>
> --Geoff
>

Reply via email to