I don't have a pool for that, but there are plenty of generic poolers
around.

At the end of the day a pool is only a Vector that you loop round
checking before you use a slot o see whether it is already used.

Not tricky to implement.

/8->

Nic


>>> Todd Adams <[EMAIL PROTECTED]> 8/20/99 3:11:57 PM >>>
Thanks for the info.
What about the case where servlets are acting as Socket clients,
instead
of functioning as servers?

todd


> http://www.tapsellferrier.co.uk/engine.html URL works a little
better.

> Thanks for the info Nic.

> Sans adieu,
> Danny Rubis



> Nic Ferrier wrote:

> Yes, try the socketserver API, you can download it from:
>
> http://www.tapsellferrier/engine.html
>
> This is quite a normal thing to do, GNU-Paperclips uses the
> socketserver API as it's means of serving HTTP connections.
>
> There is also a mail server based on the API.
>
> Nic
>
> >>> Todd Adams <[EMAIL PROTECTED]> 8/19/99 6:56:37 PM >>>
> Has anyone ever successfully deployed a Socket Connection Pool
that
> can
> be
> shared by multiple servlets?
> I've seen some JDBCConnectionPool examples.
>
> Got any tips or pitfalls to avoid?
>
> Thanks in advance,
> todd
>
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in
the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html

Resources:
http://java.sun.com/products/servlet/external-resources.html

LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to