[Twisted-Python] pyprocessing in twisted

Jean-Paul Calderone exarkun at divmod.com
Fri Jun 6 12:24:57 EDT 2008


On Fri, 6 Jun 2008 18:21:45 +0200, Peter Sabaini <peter at sabaini.at> wrote:
>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?

Why are you interested in doing this?

Jean-Paul




More information about the Twisted-Python mailing list