[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> My understanding (so far) is that an apr pool essentially makes memory cleanup
> a bit easier by cleaning up all datastructures associated with it when it is
> destroyed. This removes the need to cleanup all datastructures individually
> and makes m
[EMAIL PROTECTED] wrote:
> Hi,
>
> Sorry if this is a little off-topic
That is not off-topic!
>
> I'm presentently trying to modifiy the mod_webapp source so that concurrent
> warp requests can be supported on NT. To do this, I'm implementing a pool
> of sockets per warp connection a