2 May
2003
2 May
'03
2:49 p.m.
It may be worthwhile to point out that reactor.run() should replace that while loop.. each callback could check if db1.done == 1, and if it doesn't, call reactor.stop().. I think.. On Thu, 2003-05-01 at 17:41, Itamar Shtull-Trauring wrote:
On Thu, 1 May 2003 22:35:44 +0100 Jon Dyte <jon@totient.demon.co.uk> wrote:
while 1 == db1.done: reactor.iterate()
This is also wrong. You should be doing reactor.run().