I had it on svn.patux.cic.unb.br, but that server is off-line now. You
may try acessing it later. But, basically, the idea was to let Soya
take care of the loop and call Twisted from time to time. This class
seemed to do the job:

class MyTwistedIdler(MainLoop):
   def __init__(self, w):
       MainLoop.__init__(self, w)

   def begin_round(self):
       reactor.iterate()
       MainLoop.begin_round(self)

On 5/4/07, Nicolás Echániz <[EMAIL PROTECTED]> wrote:
> Felipe,
>
> Is your network code available somewhere?
>
> I'd like to see how you ended up integrating twisted.
>
> Thanks,
>
> Nico.


-- 
Felipe.
_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to