Subject | Re[2]: [firebird-support] Re: What does embedded mean? |
---|---|
Author | Nando Dessena |
Post date | 2003-09-26T11:13:19Z |
Helen,
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@...
>> > Do you mean many threads of one embedded server can connect to theHB> How can this be, Dmitry? I've never found it possible to multi-thread
>> > same database simutaneously?
>>
>>Yes.
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@...