Subject | Re: [firebird-support] Digest Number 2398 |
---|---|
Author | Martijn Tonies |
Post date | 2004-06-17T07:59:42Z |
Pere,
'Cause Sergio wants to use multiple threads on a single connection. That's
different.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I have used UIB (http://www.progdigy.com/UIB/) components for a year in aI
> hardly multithreared environment with good results. With other components
> had had problems because they aren't thread safe. At present, UIB supportsdoing
> 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
> a good work and has a forum for the maintenance and questions about UIB.Did you use multiple connections - as in: one connection/thread?
'Cause Sergio wants to use multiple threads on a single connection. That's
different.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> 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 can
> > circunvent that issue (multiple threads using one connection)? or there
> are
> > any other issues?