![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
On Windows platforms, servers use the standard Windows CreateFile function, supplying FILE_SHARE_READ as the dwShareMode (third parameter position) to restrict access to other servers.On UNIX platforms, servers use the standard fcntl operating system call to implement cooperative file locking:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |