Subject | Re: Firebird vs. Interbase 4.2 and multi-threading |
---|---|
Author | jv_dlouhy <cjohnski@usermail.com> |
Post date | 2003-01-17T18:37:52Z |
I think I found the culprit, that being the IBEventAlerter
component. It starts a new thread, and most likely is using the same
database connection. When the lines are commented out concerning
this component, the code runs fine.
John
--- In ib-support@yahoogroups.com, "Jason Chapman (JAC2)"
<jason@j...> wrote:
component. It starts a new thread, and most likely is using the same
database connection. When the lines are commented out concerning
this component, the code runs fine.
John
--- In ib-support@yahoogroups.com, "Jason Chapman (JAC2)"
<jason@j...> wrote:
> Do you use a different database connection in each thread? I wasunder the
> impression that as long as you have a new connection per threadthat it was
> safe.
>
> JAC.
>