Re: flock trouble

2008-09-26 Thread Antoon Pardon
On 2008-09-08, Seb [EMAIL PROTECTED] wrote: I'm trying to implement a file server using the code below. However the locking doesn't work. I can delete while put'ing a file. Anyone got an idea about why? [code snipped] As far as I understand you are writing some kind of server. What isn't

flock trouble

2008-09-08 Thread Seb
I'm trying to implement a file server using the code below. However the locking doesn't work. I can delete while put'ing a file. Anyone got an idea about why? best regards, seb #! /usr/bin/env python import Pyro.core, Pyro.naming from Pyro.errors import PyroError, NamingError import sys