php-developer-list | 2001122
Date: 12/20/01
- Next message: benjamin yates: "Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?"
- Previous message: tomcwh <email protected>: "[PHP-DEV] Bug #11986 Updated: the problem of php and sybase connection has not been fixed"
- In reply to: Tomas V.V.Cox: "[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues"
- Next in thread: Yasuo Ohgaki: "[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tomas V.V.Cox wrote:
> Just for curious, do you have some speed comparations over the other
> handlers and perhaps also with a postgres handler in php?
>
>
Not yet.
But, I've written PostgreSQL session handler with PHP script and
I know how Zend executes PHP scripts. Therefore, it supposed to
be much faster.
If GC is moved to RSHUTDOWN, it will be even faster since I can use
async query for session write without additional DB connection.
Besides, I can do more complex operation with C module.
I'll add automatic fail over in case of DB failure and automatic
DB load balancing to the session save handler ;)
I hope lot of users will like it.
-- Yasuo Ohgaki_________________________________________________________ Do You Yahoo!? Get your free <email protected> address at http://mail.yahoo.com
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: benjamin yates: "Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?"
- Previous message: tomcwh <email protected>: "[PHP-DEV] Bug #11986 Updated: the problem of php and sybase connection has not been fixed"
- In reply to: Tomas V.V.Cox: "[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues"
- Next in thread: Yasuo Ohgaki: "[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

