Subject Re: [ib-support] Re: Problem with simultaneous transactions.
Author Woody
From: "ted_hols" <t.francis@...>


> That is something I was starting to consider!
>
> But according to what the documentation says, shouldn't it be
> possible to do this within the context of one connection?
>

It is possible but not recommended. If you control the access to data such
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