You can't really share connections across processes. Across threads, perhaps. But, sharing them across processes is asking for trouble. You'd usually be relying upon shmem which is tricky and not really meant for sharing shm-able data structures. (Some custom OS techniques might be available, but they wouldn't be portable.) -- justinMy problem isn't managing a pool of connections... it's if process A creates the connection, process B can use it with no problem, but if process C tries to use it, it barfs and spikes in a function in libpq, i think it was pgbytes.
--On Friday, February 14, 2003 4:26 PM -0700 David Shane Holden
<[EMAIL PROTECTED]> wrote:
- mod_authn_mysql Paul Querna
- Re: mod_authn_mysql Ian Holsman
- Re: mod_authn_mysql Paul Querna
- Re: mod_authn_mysql Dirk-Willem van Gulik
- Re: mod_authn_mysql Jim Winstead
- Fw: Re: libmysqlclient && R... Paul Querna
- Re: mod_authn_mysql David Shane Holden
- Re: mod_authn_mysql Paul Querna
- Re: mod_authn_mysql David Shane Holden
- Re: mod_authn_mysql Justin Erenkrantz
- Re: mod_authn_mysql David Shane Holden
- Re: mod_authn_mysql Martin Kutschker
- Re: mod_authn_mysql John K. Sterling
- Re: mod_authn_mysql Paul Querna
- RE: mod_authn_mysql Dietz, Phil E.
- mod_authn_mysql Dirk-Willem van Gulik
- Re: mod_authn_mysql Justin Erenkrantz
- Re: mod_authn_mysql Paul Querna
- Re: mod_authn_mysql Dirk-Willem van Gulik
- Re: mod_authn_mysql Justin Erenkrantz
