Subject Re: [firebird-support] Event re-queue
Author Dimitry Sibiryakov
On 9 Mar 2005 at 16:23, Dimitry Sibiryakov wrote:

> Is it safe to call isc_que_events() from event callback routine?

No. Callback is called in context of event receiving thread.
Because client library is not thread-safe, calling isc_que_events()
may cause crash or at least conflict in network protocol.
--
SY, Dimitry Sibiryakov.