Subject Re: [firebird-support] Re: Embedded server and separate processes
Author Dimitry Sibiryakov
> The docs say that the embedded server can only connect by way of the
>local protocol; does that imply IPC?

Nope. The fact that connection string for embedded engine _looks_
like connection string for IPC means nothing. They are completely
different inside. In embedded engine there is no "transport protocol" at
all. API calls go directly into engine.

SY, SD.