Subject | Re: [IBO] Is it safe to create mulple TIBODatabase for a gdb? |
---|---|
Author | Helen Borrie |
Post date | 2000-12-11T04:21:15Z |
At 04:11 AM 11-12-00 +0000, you wrote:
What environment are you working in?
Why do you need more than one client thread?
What do you need to do?
architecture. The engine takes care of any locking internally, according
to the characteristics of the transaction and the version of a row that is
being worked on by a transaction.
Lookup Transaction Isolation, Concurrency, Explicit Transaction Control,
RecVersion, NoWait.
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>If i create 1 TiboDatabase for each client thread, is it safe?Please try to explain more clearly what you mean.
What environment are you working in?
Why do you need more than one client thread?
What do you need to do?
>I can not find any locking topic in help file.InterBase doesn't have user locks. It has multi-versioning
architecture. The engine takes care of any locking internally, according
to the characteristics of the transaction and the version of a row that is
being worked on by a transaction.
Lookup Transaction Isolation, Concurrency, Explicit Transaction Control,
RecVersion, NoWait.
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________