sorry i missed this thread, but what seems to be the problem with php
sessions ? I had to use phplib sessions on the works php3 server, which one
is better disk based sessions or database based sessions ? I have no
problem whatsoever with 60 concurrent users on a php session based system
but what about 100,000 concurrent users ???

> On Mon, 2004-01-19 at 17:38, Greg Donald wrote:
>
>> I'd say it has something to do with you transactions.  Can you
>> duplicate the errors using the same code on a system where the Innodb
>> transactions do not require committing?
>>
>> Here is my own drop-in PHP session handling code if you care to
>> compare notes:
>>
>> http://destiney.com/pub/php_db_sessions.tar.gz
>>
>> I've never had a problem with it and I am using it with Innodb tables
>> on several projects currently.
>>
>
> Kind of funny... Back before PHP had sessions this was how everyone did
> it and everyone wished for session support in PHP, now that it's had it
> for a while.... :)
>
>
> --
> Brian        GnuPG -> KeyID: 0x04A4F0DC | URL: www.gfx-design.com/keys
>                                          Key Server: pgp.mit.edu
> =====================================================================gpg
> --keyserver pgp.mit.edu --recv-keys 04A4F0DC GnuPG: http://gnupg.org
> http://www.biglumber.com/x/web?qs=0x2C35011004A4F0DC
> Linux Registered User #339825 at http://counter.li.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to