Opening a Table May Consume Multiple Record Locks in Unix

Last reviewed: February 23, 1995
Article ID: Q126407
The information in this article applies to:
  • Microsoft FoxPro for UNIX, version 2.6

SUMMARY

Opening a table in FoxPro for UNIX may consume more than one record lock in the UNIX kernel.

MORE INFORMATION

If SET MULTILOCKS is OFF, one record lock will be consumed for the .DBF file, one for the .FPT if memo fields are used, and one for each index file opened.

If SET MULTILOCKS is ON, two record locks will be consumed for each .DBF, .FPT, and index file opened.

The total number of record locks for the system can be configured through the UNIX system administrator utility, SYSADMSH.

For more information on configuring the UNIX kernel, refer to the UNIX operating system documentation.


Additional reference words: FoxUnix 2.60 multiuser locks setup
KBCategory: kbprg
KBSubcategory: FxotherGeneral


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 23, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.