Subject | Re: [ib-support] Re: Problem with simultaneous transactions. |
---|---|
Author | Woody |
Post date | 2002-08-21T19:19:07Z |
From: "ted_hols" <t.francis@...>
that a thread locks the access when it's running, it can be done based on
the results of a few people who have worked with it. With a little
creativity and critical sections, a few have had good success. The main
recommendation, however, still holds that each thread should have it's own
connection and control it's own data access components.
Woody (TMW)
----------------------
"To invent, you need a good imagination and a pile of junk."
Thomas Edison
> That is something I was starting to consider!It is possible but not recommended. If you control the access to data such
>
> But according to what the documentation says, shouldn't it be
> possible to do this within the context of one connection?
>
that a thread locks the access when it's running, it can be done based on
the results of a few people who have worked with it. With a little
creativity and critical sections, a few have had good success. The main
recommendation, however, still holds that each thread should have it's own
connection and control it's own data access components.
Woody (TMW)
----------------------
"To invent, you need a good imagination and a pile of junk."
Thomas Edison