On 10/21/2013 04:48 PM, Tobias Oberstein wrote:
Flow-control for Pipes / Unix Domains Sockets? Hi,

with TCP (either remote or loopback) I can have flow-control using the producer-consumer machinery that Twisted provides.

Is that (flow-control / producer-consumer) also available (and practically usable/recommended) with:

a) Unix Domain sockets
b) Pipes (spawnProcess)


I would expect transport.registerProducer to work with both.