[Twisted-Python] pyprocessing in twisted

Peter Sabaini peter at sabaini.at
Fri Jun 6 10:21:45 MDT 2008


Hello list,

probably a dumb question, but is it possible / a good idea to use 
pyProcessing[1] in a Twisted application? 

More specifically, I'd like to run a Twisted process A that accepts data from 
the network and sends it down to a process B through a processing.Queue(). 

Is that wise? Or should I just stick with reactor.spawnProcess() and 
communicate with ProcessProtocol?

Sorry for the newb-ness,
peter.

[1] http://pyprocessing.berlios.de/




More information about the Twisted-Python mailing list