Subject | Re: [IBO] Can I use more than 1 Connection? |
---|---|
Author | Nando Dessena |
Post date | 2004-05-20T17:53:02Z |
Lucas, Artur,
I think you are both wrong to some extent. The only limitations with
the embedded server are
- all attachments should come from the same process
- no two threads can use the same attachment at the same time (this is
also true for other firebird variations).
I have an application that happily makes a hundred connections
to the same database at the same time through the embedded server, and
it works without a glitch provided that each attachment uses its own
thread.
Ciao
--
Nando Dessena
mailto:nandod@...
I think you are both wrong to some extent. The only limitations with
the embedded server are
- all attachments should come from the same process
- no two threads can use the same attachment at the same time (this is
also true for other firebird variations).
I have an application that happily makes a hundred connections
to the same database at the same time through the embedded server, and
it works without a glitch provided that each attachment uses its own
thread.
Ciao
--
Nando Dessena
mailto:nandod@...