|
From: Dmitry Y. <di...@us...> - 2009-10-12 06:59:52
|
Build Version : T3.0.0.25741 Firebird 3.0 Unstable (writeBuildNum.sh,v 1.25909 2009/10/12 06:59:42 dimitr Exp ) Update of /cvsroot/firebird/firebird2/doc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27929 Modified Files: Tag: B2_5_Release README.user.embedded Log Message: Corrections for v2.5. Index: README.user.embedded =================================================================== RCS file: /cvsroot/firebird/firebird2/doc/README.user.embedded,v retrieving revision 1.5 retrieving revision 1.5.22.1 diff -b -U3 -r1.5 -r1.5.22.1 --- README.user.embedded 6 Mar 2006 01:00:02 -0000 1.5 +++ README.user.embedded 12 Oct 2009 06:59:41 -0000 1.5.22.1 @@ -24,15 +24,16 @@ the server name "localhost" or IP address 127.0.0.1. The embedded server supports only the local connect - to a database file path without a server name. The - client program gets an exclusive access to the - database file after successful connect. + to a database file path without a server name. + + The database file can be accessed by multiple client + programs. The database consistency in this case is + guaranteed internally (by the shared lock table). The embedded server acts as a true local server for a single client accessing databases on a local machine. It can also act as a remote gateway that redirects all network calls to - other hosts, just as the regular client library - does. + other hosts, just as the regular client library does. 2.3. Authentication and security @@ -51,11 +52,6 @@ server without any conflicts. Having IB/FB server running is not a problem either. - But you should be aware that you cannot access single - database from a number of the embedded servers - simultaneously, because they have SuperServer architecture - and hence exclusively lock attached databases. - 3. USAGE Just copy fbembed.dll, icudt30.dll, icuin30.dll and |