<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Le 06-04-2012 20:41, Brian Candler a &eacute;crit&nbsp;:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<pre>On Fri, Apr 06, 2012 at 04:24:54PM +0200, Fran&ccedil;ois Legal wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">Anyway, I gave a test drive on this, and seem to be having locking issues (users on both side can modify the same file without anything preventing this). Can anybody comment on this.</blockquote>
<pre>That's just POSIX semantics. You could even have two users on the same
machine accessing the same file and modifying it concurrently. If you want
locks then (a) your application has to ask for them, and (b) other
applications must also respect them [unless you're talking about mandatory
locks, which are an unusual feature]<br /><br /></pre>
</blockquote>
<p>Well, that kind of file sharing used to work great with samba (talking about excel files shared via samba) on a single file system.</p>
<p>I was just wondering if I had made errors configuring the volumes.</p>
<div>&nbsp;</div>
</body></html>