Re: Socket

Top Page

Reply to this message
Author: Xavier Bestel
Date:  
To: Frédéric Mantegazza
CC: guilde
Subject: Re: Socket
On Wed, 2008-03-19 at 22:43 +0100, Frédéric Mantegazza wrote:
> 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


Ah ok, pardon.
Ben sinon je ne vois pas trop. Change de matos ? :)

    Xav