-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, Aug 29, 2001 at 03:23:39PM -0500, Jay Strauss wrote:
> 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

Initiate the database connect in the child.  You generally can't share database 
connections across processes.  You *definitely* can't share Oracle connections 
across processes.

- -- 
Stephen Clouse <[EMAIL PROTECTED]>
Senior Programmer, IQ Coordinator Project Lead
The IQ Group, Inc. <http://www.theiqgroup.com/>

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQA/AwUBO5F3cwOGqGs0PadnEQIj3ACdFqzGbC+DqRFO5tCW10Swa9ebRkoAoJ26
ocRVaOPs3jVFK7YnD3HlrRrw
=nt62
-----END PGP SIGNATURE-----

Reply via email to