Re: [Twisted-Python] dumb question on qt4reactor

2014-07-05 Thread exarkun
On 5 Jul, 08:35 pm, kebi...@gmail.com wrote: calling reactor.callLater within qt4reactor in an attempt to async non webkit work but not seeing expected behavior. Webkit locks while the callLater function executes. `callLater` does not make a blocking function into a non-blocking one. It just

[Twisted-Python] dumb question on qt4reactor

2014-07-05 Thread Kevin Mcintyre
calling reactor.callLater within qt4reactor in an attempt to async non webkit work but not seeing expected behavior. Webkit locks while the callLater function executes. Any insight appreciated. Should I move real work into separate reactor and "broker" calls into qt4reactor/webkit. I have xmlrp