On Mon, 23 Apr 2001, Doug MacEachern wrote:

> On Tue, 24 Apr 2001, Stas Bekman wrote:
>
> > OK, so how mod_perl can then tell apache to delegate the generated
> > response to some light thread to spoon feed the client? Or can you release
> > the Perl interpreter back into the pool, before all of the responce has
> > reached the client?
>
> it might depend on the length of the script output.  i don't know if the
> filter chain will block if output > x bytes.  but the interpreter can be
> released before all data has reached the client, with 'PerlInterpScope
> handler' configured.  we can configure the mod_perl buffer size to be any
> value before it sends data down the filter chain.

So it's possible. great, gotta try that.

Thanks, Doug!


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to