>I end of with 4 DB connections for each web server thread (2 for Authen
>and 2 for Authz). After a short time of inaction (about 30 secs), the
>web server makes a new child, and the 4 DB connections just sit there.
>Useless. And 4 more are created for the new thread.
>Now this is starting to loo
On Mon, 13 Nov 2000, Tamas wrote:
> Hi again,
Hi,
> Having not really found viable solution to my sleeping processes,
> I thought it best to try and cut down on the number of DB connections
> that I make during the Auth steps.
>
> I have a database for each site, so that I can handle Authoriza
Hi again,
Having not really found viable solution to my sleeping processes,
I thought it best to try and cut down on the number of DB connections
that I make during the Auth steps.
I have a database for each site, so that I can handle Authorization
based on different user information. Currently