On 17 Jul 2002 [EMAIL PROTECTED] wrote:

> trawick     2002/07/17 15:15:01
> 
>   Modified:    .        STATUS
>   Log:
>   somebody please tell me I don't know how to read C code anymore
>   
>   (I guess the pool for an Apache socket will grow on every read/write
>   operation that would block.)
>
>   +    * apr_poll() grows the pool (e.g., pchild or the thread's pool) on
>   +      each call...  Apache MPMs don't have logic to work around this
>   +      issue.

Well the goal was to optimize out that palloc over time, which just
requires some profiling to find the most likely cases.  Also, on platforms
with alloca, we can allocate the pollset on the stack.  All of this has
been spelled out on the list, but I haven't had the time to do it yet.

Ryan

_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
550 Jean St
Oakland CA 94610
-------------------------------------------------------------------------------

Reply via email to