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
I have a problem with persistant connections from my PerlAuthHandler.
If you request a page, then I get 2 persistant connections to the
database. The quickly become sleeping connections. Fine so far.
Wait around 30 seconds and then refresh the page. And get another
2 sleeping connections. Obvious
Hi,
I am hoping that I have joined the right group for these questions,
so before I go straight into my question, I'll outline the problem
that I am working on at the moment. Then I can get shot down if I'm
in the wrong place ;0
I am currently working on some DBI, in particular Auth, Authen, Aut