Re: Howto Deferred

2011-07-14 Thread Jean-Paul Calderone
On Jul 14, 3:07 am, marco wrote: > Hello gals and guys, > > I'm an experienced Python user and I'd like to begin playing with > Twisted. > I started RTFM the tutorial advised on the official site and I found it > really useful and well done. > > Now I'd like to practice a bit by coding a little pr

Re: [TWISTED] Howto Deferred

2011-07-14 Thread Chris Angelico
On Thu, Jul 14, 2011 at 5:07 PM, marco wrote: > Now I'd like to practice a bit by coding a little program that reads > strings from a serial device and redirects them remotely via TCP. For > that sake I'm trying to use deferred. The obvious solution (to my mind) is two threads, one for each direc

[TWISTED] Howto Deferred

2011-07-14 Thread marco
Hello gals and guys, I'm an experienced Python user and I'd like to begin playing with Twisted. I started RTFM the tutorial advised on the official site and I found it really useful and well done. Now I'd like to practice a bit by coding a little program that reads strings from a serial device an