Subject | Re: [firebird-support] Embedded on a web site |
---|---|
Author | Elmar Haneke |
Post date | 2011-06-20T07:53:16Z |
> Has anyone had any experience using the embedded server in a webIn theory it should be possible to replace client libraries for using
> application? If so, could you point me to something that explains how you
> did it?
embedded instead of client/server.
With FB2.5 embedded does allow an database to be opened by more than one
process.
In practise it would be absolutely preferrable to install the server:
- it does not make sense to initialize DB engine on each request
- I would not expect embedded to be stable and performant in an
multiuser scenario.
Elmar