Re: mod_webapp file changes for socket pools

2002-04-15 Thread simonkeary
Hi, Attached should be the updated socket pool changes to mod_webapp. I think I've incorporated the recommended changes. If you have any further comments just let me know Simon mod_webapp_update.zip Description: Zip compressed data -- To unsubscribe, e-mail:

Re: mod_webapp file changes for socket pools

2002-04-11 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Pier wrote: >> The only thing I don't like (much) is the name of the prototype functions: >> - warp_socket_pool_create >> - warp_socket_pool_acquire_socket >> - warp_socket_pool_return_socket >> >> And a lack of warp_socket_pool_destroy... >> >>

Re: mod_webapp file changes for socket pools

2002-04-11 Thread simonkeary
Pier wrote: > The only thing I don't like (much) is the name of the prototype functions: > - warp_socket_pool_create > - warp_socket_pool_acquire_socket > - warp_socket_pool_return_socket > > And a lack of warp_socket_pool_destroy... > > I would have called them > > - warp_sockpool_create > - w

Re: mod_webapp file changes for socket pools

2002-04-11 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > Attached should be the changes I made to implement socket pools within > mod_webapp. Looks _good_... > I've added a new file, pr_warp_socketpool.c, as suggested. Noticed :) > In the zip file are the complete, changed, versions of the f