Re: Keeping a connection open accross a fork

2001-08-30 Thread Steven Lembark
-- Jay Strauss <[EMAIL PROTECTED]> > Hi, > > I'm trying to write a daemon that accesses my database. I thought I could > create the connection in the parent, and use it in the child. But that > doesn't seem to work. Below is the code. Any help would be appreciated Don't pass DBI objects ac

RE: Keeping a connection open accross a fork

2001-08-30 Thread Scott T. Hildreth
look in the archives under Fork & InactiveDestroy. On 30-Aug-01 Jay Strauss wrote: > Hi, > > I'm trying to write a daemon that accesses my database. I thought I could > create the connection in the parent, and use it in the child. But that > doesn't seem to work. Below is the code. Any hel