[EMAIL PROTECTED] wrote:
> Hi,
> 
> I've made some more progress on the socket pool implementation in mod_webapp to 
>solve the concurrent request problem on NT boxes and it is pretty much complete.
> 
> At the moment I am using a hard-coded constant to set the max number of available 
>sockets that may be kept in a socket pool at any time.  Note this option doesn't 
>bound the number of concurrent connections but bounds the number of available and 
>unused sockets in a pool. This constant is currently set to 25.  Should this be 
>changed to a configurable option?  I'm not really sure it is necessary but am happy 
>to change this is required.  (I presume it's not too difficult to add a configuration 
>variable that a user sets in httpd.conf...).  If I keep the constant should it be 
>changed to some other (arbitrary) constant?
> 
> Also, for convenience, I've added the (3) pool functions into pr_warp.c.  Any 
>thoughts on whether they should go into a new source file?
> 
> Finally,  could someone offer to review and incorporate the changes into the cvs 
>tree?
> 
> Thanks
> Simon
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 

Please send your changes as attachements. (diff -u or cvs diff is the best)



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

Reply via email to