On mercredi 19 mars 2008, Xavier Bestel wrote:
> On mer, 2008-03-19 at 22:27 +0100, Frédéric Mantegazza wrote:
>
> > On mercredi 19 mars 2008, Xavier Bestel wrote:
> >
> > > Tu as essayé un fsync(fd) ?
> >
> > Je ne pense pas que ça fasse ce que je cherche ; en tout cas, en
> > python, ça me retourne une erreur :
> >
> > [Errno 22] Invalid argument
>
> Ben oui, il faut que tu donnes un fd, c-à-d un int qui est le file
> descriptor que le kernel retourne à l'ouverture.
C'est bien ce que j'ai fait :
In [30]: s.fileno()
-------> s.fileno()
Out[30]: 3
In [31]: os.fsync(s.fileno())
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
/tmp/<ipython console>
OSError: [Errno 22] Invalid argument
--
Frédéric
http://www.gbiloba.org