Subject | Re: embedded server multiple connection |
---|---|
Author | kartinku |
Post date | 2004-11-16T13:16:41Z |
> with the usualThanks for your response. Could you explain me what are the
> restrictions about connection/thread issus.
restrictions in connection/thread issues. Is there is any issue when
we get connections via different threads in embedded server. How
different it is from super server?
thanks & Regards,
S.Karthick
--- In firebird-support@yahoogroups.com, "Steffen Heil" <lists@s...>
wrote:
> Hiconnection
>
> > The client must have exclusive access to the database file.
> > The embedded server acts as a true local server for a single
> > client accessing databases on a local machine. "
>
> > From this I interpreted that in embeded server only one single
> (exclusive) to the database will be provided.will
>
> No.
>
> The embedded server (which acts as a full blown local (super)server)
> need exclusive access to the database file, as any type of databaseserver
> always does. However, since that type of server is embedded intoyour client
> software, that client software needs exclusive access to thedatabase file.
>connect to
> In fact that means, that NO OTHER process / client software can
> that database. But, as the embedded server is a full blown server,you can
> have multiple connections inside your single client software, withthe usual
> restrictions about connection/thread issus.
>
> Regards,
> Steffen
>
>
> [Non-text portions of this message have been removed]