> mind you in PgSQL creating new connection is a quite expensive thing..
else
> think about a connection manager who has a bulk of them .. well you get
the
> drift. not too sure about mysql - never liked it.
true good point, unless you could maintain persistant connections? but then
you'd need a w
Simon Gray writes:
Hi,
Been having a quick look through the 1.2x/2.x source code. Just a quick
question on the pop3d and imapd - why does it fork? why not use a thread or
select method instead?
Would of thought if it were to perhaps create a thread per request rather
than a process it shoul