md wrote:
--- md <[EMAIL PROTECTED]> wrote:
Is it possible to have row-level locking (as opposed
to table-level or null locker) with MySQL 4.x and
Apache::Session?

You effectively have that already, since the MySQL locker only locks an individual session. Check the code.


Looks like I get that with InnoDB automatically...

You can use actual transactions there. Try starting with the Apache::Session::Store::Postgres module and hacking it a bit. There is no module available that was designed for use with Innodb MySQL tables.


- Perrin



Reply via email to