Re: [Twisted-Python] reactor for both udp and tcp/ timer issue

2010-09-10 Thread Pantelis Theodosiou
On Fri, Sep 10, 2010 at 7:55 PM, belk Dj wrote: > I need to communicate with servers over tcp and also communicate with other > servers over udp. > It seems not possible to launch two reactor objects one for tcp and one for > udp. > The code after a reactor.run is not called. > How can this can b

[Twisted-Python] reactor for both udp and tcp/ timer issue

2010-09-10 Thread belk Dj
I need to communicate with servers over tcp and also communicate with other servers over udp. It seems not possible to launch two reactor objects one for tcp and one for udp. The code after a reactor.run is not called. How can this can be solved ? One more thing that deals with timer. When i send