Subject | Re: embeded server under Linux with JayBird |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-10-07T15:28:26Z |
> I have just searched Firebird-Support archives and saw thatAs far as I know, embedded version allows you to open as many
> developers claim to support CS architecture and do not support SS
> architecture I have found which Makefile is for this. Since only CS
> is available, does this mean that one Connection should be used in
> the entire application? Or if I decide to use another Connecton it
> will span another thread(process?).
connections as you like from within the one process (it obtains
exclusive lock for the database file). Any other process trying to
attach the database will complain about not being able to lock the DB.
Roman