I need to setup a system for advisory locking within mysql. (Local client
locking is not sufficient as clients are on multiple machines).
 
The documentation mentions the GET_LOCK call which sounds perfect, except
that the previous lock is released when GET_LOCK is called again (i.e, a
thread can only obtain one lock at a time).
 
Does anyone know if this can be extended (parameterised)?
 
Alternatively, has anyone setup an alternative advisiory locking system
withing mysql?
 
Many regards,
Ian Collins.
 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to