On Mon, 2003-11-24 at 16:17, Jordan Lederman wrote:
> The only thing that sticks in my mind about this is 
> that I'm never explicitly releasing the connections. Won't I run out or 
> waste/leak memory over time?

If you always use the same connection info, you should have one
connection per process, that will close when the process exits.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to