diff --git a/reference/dba/functions/dba-open.xml b/reference/dba/functions/dba-open.xml index 84814b3b8f..121a28ee9a 100644 --- a/reference/dba/functions/dba-open.xml +++ b/reference/dba/functions/dba-open.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - resourcedba_open + resource|falsedba_open stringpath stringmode stringhandler @@ -40,6 +40,16 @@ dba_open returns a positive handle or &false;, in the case the open is successful or fails, respectively. + + + There can only be one writer for one database file. When you use dba on + a webserver and more than one request requires write operations they can + only be done one after another. Unfortuanetly some of the external + libraries simply fail or ignore this when trying to open the database for + another write operation. In this case you must use semaphores to guard + against. See System V semaphore support. + + See also: dba_popen