Subject | RE: [IBO] Need some help |
---|---|
Author | Tobias Giesen |
Post date | 2003-01-09T18:49:56Z |
Hi,
are you making sure that each thread has its completely separate set of
component instances, including the database connection and the transaction?
Not using separate connections can appear to function in a simple
environment but will fail when threads are actually doing something in
parallel.
Cheers,
Tobias
are you making sure that each thread has its completely separate set of
component instances, including the database connection and the transaction?
Not using separate connections can appear to function in a simple
environment but will fail when threads are actually doing something in
parallel.
Cheers,
Tobias