03-26-07 01:20 PM
"Sheth Raxit" <raxitsheth2000@yahoo.co.in> writes:
> I searched few post here, and some other group, but I think, Concepts
> of Connection pooling is discussed very little.
>
> having some basic query.
>
> 1. creating N thread, every thread blocks on accept, do some work,
> close connection and again accept (Richard Stven's TCP PreThreaded
> Server, per-Thread accept)
>
> can this be considered as connection pool ?
I think 'thread pool' would be more appropriate. Insofar I know it, a
'connection pool' is something intended to facilitate reuse of
already established connections to some database server.
[ Post a follow-up to this message ]
|