Jan-Frode Myklebust wrote:
On Tue, Aug 26, 2008 at 12:01:25PM -0700, albert wrote:After taking a closer look at the log I see that I'm getting several hundred of these per hour, all between X:00 and X:03. It looks like this is only happening while cleanup is running; apparently cleanup is locking the table.
Thats just unfortunately how MyISAM works. DELETE locks the entire table, as the table is locked policyd goes into bypass mode.
v2 can use Innodb or MyISAM. Innodb doesn't lock the table, but takes a little longer in some circumstances. You're not only limited to MySQL either, Postgres is also supported aswell as SQLite. I'll add support for any DB if there is demand ;)
-N
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
