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.


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

Reply via email to