2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-17 13:13:18 +00:00
Jarrod Johnson 9975d57d5e Implement Locking in Windows log code
Under windows, we can't use flock.  However we can
get locking using msvcrt using different, but related
semantics.  Imitate whole file locking by just locking
first byte.  We have to make sure we seek() to the same
place when locking and unlocking, as Windows requires
the offset to be same for both operations.
2015-09-25 16:59:42 -04:00
2015-02-03 10:16:43 -05:00
Description
xCAT confluent - replacement of conserver and eventually xcatd
Pixar 18 MiB
Languages
Python 80.4%
Shell 15.6%
C 3.6%
Perl 0.3%