[PHP-DEV] Re: [srm] Re: [PHP-DEV] keeping descriptors in persistent connections

2001-06-29 Thread derick
On Thu, 28 Jun 2001, Thies C. Arntzen wrote: > On Thu, Jun 28, 2001 at 11:18:11AM +0200, [EMAIL PROTECTED] wrote: > > Hello Joao, > > > > On Wed, 27 Jun 2001, Joao Conceicao wrote: > > > > > Hi, > > > I'm having a problem making a module that uses persistent connections. > > > It's possible to re

Re: [PHP-DEV] keeping descriptors in persistent connections

2001-06-29 Thread Thies C. Arntzen
On Thu, Jun 28, 2001 at 11:18:11AM +0200, [EMAIL PROTECTED] wrote: > Hello Joao, > > On Wed, 27 Jun 2001, Joao Conceicao wrote: > > > Hi, > > I'm having a problem making a module that uses persistent connections. > > It's possible to reuse the same descriptors (file descriptors) in two > > difer

Re: [PHP-DEV] keeping descriptors in persistent connections

2001-06-28 Thread derick
Hello Joao, On Wed, 27 Jun 2001, Joao Conceicao wrote: > Hi, > I'm having a problem making a module that uses persistent connections. > It's possible to reuse the same descriptors (file descriptors) in two > diferent pages? How? It's not really possible with PHP to do this. Of course there are