0
(click on this box to dismiss)
Timed locking?
Does CUBRID support locks with timeouts? If yes how?
1
Answer
1
The system parameter lock_timeout_in_secs in the $CUBRID/conf/cubrid.conf file or the SET TRANSACTION statement sets the timeout (in seconds) during which the application client will wait for the lock and rolls back the transaction and outputs an error message when the specified time has passed. You can find more information about this topic here.
asked 2 years ago
viewed 626 times