Subject | Re: [firebird-support] Event re-queue |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2005-03-10T05:42:52Z |
On 9 Mar 2005 at 16:23, Dimitry Sibiryakov wrote:
Because client library is not thread-safe, calling isc_que_events()
may cause crash or at least conflict in network protocol.
--
SY, Dimitry Sibiryakov.
> 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.