Subject Re: [firebird-support] Re: TCP/IP Necessary?
Author Helen Borrie
At 05:40 PM 31/03/2004 +0300, you wrote:
>You cannot run two apps that connects to one database.
>Simply first app will lock it.

That is **wrong** for all cases except the embedded server. You can run
many different apps that connect to the same database. But use local
connect is not a safe way to do so.

>Under Windows, you may have several connections to the database within
>one app only, since Windows embeded server utilizes server architecture

He isn't talking about embedded server.

>Under Linux it is not possible, since it is using classic architecture.

What is it that you are saying is not possible under Linux?

/heLen