RE: Passing DBI connection between processes

2002-09-02 Thread NYIMI Jose (BMB)
. Persico Cc: [EMAIL PROTECTED] Subject: Re: Passing DBI connection between processes Hi Matthew, The question is connected with the task to create so named Connection Pool Server (see the letter attached), so I _need_ to create connection handle in one process and pass it to another and vice

Re: Passing DBI connection between processes

2002-09-01 Thread Ildar Gabdulline
letter. Probably you can advice me how can I solve this ?. Ildar. - Original Message - From: "Matthew O. Persico" <[EMAIL PROTECTED]> To: "Ildar Gabdulline" <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 8:22 PM Subject: Re: Passing DBI connection betwee

Passing DBI connection between processes

2002-09-01 Thread Ildar Gabdulline
Hi, Is it possible to create DBI handle it one perl process, pass it to the second perl process, use it and return to the first ? If it is then how can it be accomplished ? Ildar.