Subject | Re: [firebird-support] Digest Number 2398 |
---|---|
Author | Pere Vilàs |
Post date | 2004-06-17T07:55:31Z |
Sergio,
I have used UIB (http://www.progdigy.com/UIB/) components for a year in a
hardly multithreared environment with good results. With other components I
had had problems because they aren't thread safe. At present, UIB supports
read-only TDatasets. This isn't a problem for me because I'm handling all
DB operations with direct descendants of TUIBSQL and I can point directly
to the ultra-fast memory pool of UIB for access to the data. Henri is doing
a good work and has a forum for the maintenance and questions about UIB.
Regards,
Pere Vilas.
Bes Informatica, SL
Subject: Re: Firebird gds32.dll legacy is Thread safe?
Hi,
I have used UIB (http://www.progdigy.com/UIB/) components for a year in a
hardly multithreared environment with good results. With other components I
had had problems because they aren't thread safe. At present, UIB supports
read-only TDatasets. This isn't a problem for me because I'm handling all
DB operations with direct descendants of TUIBSQL and I can point directly
to the ultra-fast memory pool of UIB for access to the data. Henri is doing
a good work and has a forum for the maintenance and questions about UIB.
Regards,
Pere Vilas.
Bes Informatica, SL
Subject: Re: Firebird gds32.dll legacy is Thread safe?
Hi,
> so if I use a TCriticalSection around a database connection maybe I canare
> circunvent that issue (multiple threads using one connection)? or there
> any other issues?