Re: [PHP-DEV] session related connection handling/cvs/mem

2002-06-30 Thread derick
On Fri, 28 Jun 2002, Ron Lange wrote: > Hi Derick, > > I have rewritten some parts of my work, now it isn't necessary to keep so > much data any longer. > I took a look in the mysql extension, because persistant links are quite > close to my wishes. There is also a struct holding connection da

Re: [PHP-DEV] session related connection handling/cvs/mem

2002-06-27 Thread Rasmus Lerdorf
> I have to build a extension for PHP, which is connecting to a special > server over tcp/ip. For each session (client-php) a session related set of > data has to be kept, inclusive the socket descriptors and so on. > > 1. How can I keep the relationship of the data and the session? The data > con

Re: [PHP-DEV] session related connection handling/cvs/mem

2002-06-27 Thread Andi Gutmans
At 10:41 PM 6/27/2002 +0200, [EMAIL PROTECTED] wrote: > > 4. Our project uses own memory functions, since the sources will be > > compiled on several different platforms. Do I have to use zend's exxx > > memory functions? > >No, you don't need too, but if you use them they show memory leakage when

Re: [PHP-DEV] session related connection handling/cvs/mem

2002-06-27 Thread derick
On Thu, 27 Jun 2002, Ron Lange wrote: > Hi, > I have to build a extension for PHP, which is connecting to a special > server over tcp/ip. For each session (client-php) a session related set of > data has to be kept, inclusive the socket descriptors and so on. > > 1. How can I keep the relation

[PHP-DEV] session related connection handling/cvs/mem

2002-06-27 Thread Ron Lange
Hi, I have to build a extension for PHP, which is connecting to a special server over tcp/ip. For each session (client-php) a session related set of data has to be kept, inclusive the socket descriptors and so on. 1. How can I keep the relationship of the data and the session? The data consist