Displaying 3 results from an estimated 3 matches for "lockfileex".
Did you mean:
lockfile
2002 Oct 24
0
Error log
...le, and imported some dll's that were missing. I can get to the
login screen, but when I try to go any farther into the program I get this:
fixme:win32:PE_CreateModule Security directory ignored
fixme:console:SetConsoleCtrlHandler (0x78010087,1) - no error checking or
testing yet
fixme:file:LockFileEx
hFile=148,flags=2,reserved=0,lowbytes=1,highbytes=0,overlapped=0x406e1500:
stub.
fixme:file:UnlockFile not implemented in server
fixme:file:LockFileEx
hFile=148,flags=2,reserved=0,lowbytes=1,highbytes=0,overlapped=0x406e14fc:
stub.
fixme:file:LockFile not implemented in server
fixme:file:Unlock...
2014 Aug 20
6
Full MVCC in Brass
...F_OFD_SETLK was added in
Linux 3.12 (which will be in the next Debian stable) and will
hopefully appear in the next version of POSIX.1, so with any luck it
will become widely available in the future. If F_OFD_SETLK isn't
available, Xapian can fall back to what it does currently.
Windows has LockFileEx, which is essentially the same as F_OFD_SETLK.
I don't know what to do about EMX or if we care.
Free list changes
-----------------
For free blocks, Xapian will need to keep track of which revision each
block was freed at to know when it's safe to reuse that block. The
most efficient pl...
2004 Aug 31
2
FileLockEx Problem
...been
using the Win32 API call FileLockEx() on shared files (writing or
reading). This has been working fine, but we now have a customer where
this causes the following error when trying to lock a file on a samba
network drive (it works fine if the file is local or on a windows shared
drive):
LockFileEx returns false.
GetLastError = 50
Error message = "The network request is not supported."
We have a samba drive at our facility where this works fine and other
customers have not experienced this problem. Any idea what may be the
problem?
Thanks for any help!
Steve Bush
--
Steven Bush...