Subject | Re: multiple transactions |
---|---|
Author | Fabrice Aeschbacher |
Post date | 2004-07-06T12:29:33Z |
Stefan,
connection: each thread MUST open its own connection.
But each thread can open as many transactions as you want.
Best regards,
Fabrice
> If you can't use multiple threads with multiple transactions, than thesame
> feature of multiple transactions seems useless to me.
> So you say, multiple transactions can only be used within one thread,
> which accesses different tables in different transactions using the
> connection?The only important rule is that two threads cannot use the same
>
> thx,
> Stefan
connection: each thread MUST open its own connection.
But each thread can open as many transactions as you want.
Best regards,
Fabrice