Subject | Re: [firebird-support] about threads |
---|---|
Author | Anderson Farias |
Post date | 2008-03-15T21:17:58Z |
Hi,
resource consuming. Also, new FB versions connect quite fast.
BUT, you can always use a database connection pool, that should speed up
things (connecting to db), and you don't even need to code your own, you can
use IBConnectionBroker that comes with IBX.
Regards,
Anderson Farias
> This isn't very time consuming ? I mean I should create TIBDatabase andI don't think so. Creating/destroying those components is fast and low
> TIBTransaction in runtime in each thread ? And then destroy it ?
resource consuming. Also, new FB versions connect quite fast.
BUT, you can always use a database connection pool, that should speed up
things (connecting to db), and you don't even need to code your own, you can
use IBConnectionBroker that comes with IBX.
Regards,
Anderson Farias