Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /usr/local/cvs Module name: cvsnt Repository: cvsnt/lockservice/ Changes by: tmh at betty. 02/08/16 17:50:13 Added files: cvsnt/lockservice/: Tag: CVSNT_1_11_1_3_REL LockParse.cpp LockService.h lockservice.cpp lockservice.vcproj stdafx.cpp stdafx.h Log message: Start lock daemon. This is really how it should work... The client keeps an open socket to the lock daemon and if it dies for any reason (including segfault, etc.) the daemon is able to keep track of this and handle it w/o leaving stale locks. In the release basically because we need this here - should be a relatively simple implementation (I'll wait for the devel version to start playing around with file granularity etc.)