Subject Re: [firebird-support] Embedded on a web site
Author Elmar Haneke
> Has anyone had any experience using the embedded server in a web
> application? If so, could you point me to something that explains how you
> did it?

In theory it should be possible to replace client libraries for using
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