Subject Re[2]: [firebird-support] Re: What does embedded mean?
Author Nando Dessena
Helen,

>> > Do you mean many threads of one embedded server can connect to the
>> > same database simutaneously?
>>
>>Yes.

HB> How can this be, Dmitry? I've never found it possible to multi-thread
HB> across a single connection. One thread <-->one connection has always been
HB> the rule before...

Many concurrent threads do not imply a single connection for all. They would
each use one connection (or anyway use each connection one thread at a
time). The only difference between this arrangement and a full blown
superserver is that all the threads must belong to the same process, AFAIU.

It would be a pity if the embedded server didn't support multithreaded
applications.

Ciao
--
Nando mailto:nandod@...