1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source/locking
Andrew Tridgell cc8fe0f062 SYSV IPC implementation of fast share modes.
It will try sysv IPC first, then if that fails it will try mmap(),
then after that it will try share files.

I have defined USE_SYSV_IPC for Linux, Solaris and HPUX at the
moment. Probably a lot more could have it defined. In fact, the vast
majority of systems support it. Need autoconf again :-)

It should actually be faster than the mmap() version, and doesn't need
any lock files. This means the problem of the share mem file being on
a NFS drive will be gone.
0001-01-01 00:00:00 +00:00
..
locking_shm.c SYSV IPC implementation of fast share modes. 0001-01-01 00:00:00 +00:00
locking_slow.c change the default file permissions on the SHARE_MEM_FILE* to 0001-01-01 00:00:00 +00:00
locking.c change the default file permissions on the SHARE_MEM_FILE* to 0001-01-01 00:00:00 +00:00
shmem_sysv.c SYSV IPC implementation of fast share modes. 0001-01-01 00:00:00 +00:00
shmem.c SYSV IPC implementation of fast share modes. 0001-01-01 00:00:00 +00:00