Subject Re: [firebird-support] Re: "Generators" via table data
Author Ann W. Harrison
Heiko,

Firebird maintains an internal list of queued requests for locks
inside the lock table, but nowhere else. You might set up a protocol
in your application that uses a mutex (or non-interruptible compare
and swap) to synchronize requests for your "table generator".


Regards


Ann