Re: [PHP] Object sharing

2001-10-25 Thread Christian Reiniger

On Wednesday 24 October 2001 15:35, Victor Hugo Oliveira wrote:
 Does anyone know a way to share an object with all sessions ?
   The idea is to access the same database connection poll.

poll or pool?

if pool: simply use persistent connections

-- 
Christian Reiniger
LGDC Webmaster (http://lgdc.sunsite.dk/)

/* you are not expected to understand this */

- from the UNIX V6 kernel source

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Object sharing

2001-10-24 Thread Victor Hugo Oliveira

Does anyone know a way to share an object with all sessions ?
The idea is to access the same database connection poll.

Thanks,
Victor


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Object sharing

2001-10-24 Thread Andrey Hristov

sharedMemory on *nix


-- 
Andrey Hristov
Web Developer
Icygen Corporation
BUILDING SOLUTIONS
http://www.icygen.com

On Wednesday 24 October 2001 09:35 am, you wrote:
 Does anyone know a way to share an object with all sessions ?
   The idea is to access the same database connection poll.

 Thanks,
 Victor

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Object sharing

2001-10-24 Thread Victor Hugo Oliveira

Is there an easy way to save an object in this section ?
The object will have something like an open file or a database connection...

Thanks,
Victor

-Original Message-
From: Andrey Hristov [mailto:[EMAIL PROTECTED]]
Sent: quarta-feira, 24 de outubro de 2001 16:43
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Object sharing


sharedMemory on *nix


--
Andrey Hristov
Web Developer
Icygen Corporation
BUILDING SOLUTIONS
http://www.icygen.com

On Wednesday 24 October 2001 09:35 am, you wrote:
 Does anyone know a way to share an object with all sessions ?
   The idea is to access the same database connection poll.

 Thanks,
 Victor

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]