Re: twisted problem with reactor.stop()

2006-12-03 Thread Jean-Paul Calderone
On 3 Dec 2006 03:16:44 -0800, [EMAIL PROTECTED] wrote: >hello, everyone >I use twisted 1.3 in my python application. >in my program, I have one server and on client running at same time (so >2 reactor.run(installSignalHandlers=0) ) >the client run in one thread and the server in an other thread ( >

Re: twisted problem with reactor.stop()

2006-12-03 Thread Bjoern Schliessmann
[EMAIL PROTECTED] wrote: > I use twisted 1.3 in my python application. Isn't 1.3 heavily outdated? The most recent is 2.4. > in my program, I have one server and on client running at same > time (so 2 reactor.run(installSignalHandlers=0) ) the client run > in one thread and the server in an othe

twisted problem with reactor.stop()

2006-12-03 Thread maxime_phan
hello, everyone I use twisted 1.3 in my python application. in my program, I have one server and on client running at same time (so 2 reactor.run(installSignalHandlers=0) ) the client run in one thread and the server in an other thread ( reactor.callInThread(self.client... , reactor.callInThread(se