On Thu, Mar 1, 2012 at 11:01 AM, João Santos <j...@jsantos.eu> wrote:

> Wouldn't this module: http://packages.python.org/lockfile/lockfile.htmldo the 
> job?
>

Afraid not. This module will do locking between multiple processes on the
same system, but it is not suitable for .e.g. multiple systems accessing
the same share drive.

I think the most important use case for this multi-user sharing is each
user having his or her own computer, but sharing a share drive.

So locking needs to be platform independent, and can only use the (shared)
file system.

Regards,

Jaap
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to     : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp

Reply via email to