<HTML>
<HEAD>
<TITLE>Flow-control for Pipes / Unix Domains Sockets?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi,<BR>
<BR>
with TCP (either remote or loopback) I can have flow-control using the producer-consumer machinery that Twisted provides.<BR>
<BR>
Is that (flow-control / producer-consumer) also available (and practically usable/recommended) with:<BR>
<BR>
a) Unix Domain sockets<BR>
b) Pipes (spawnProcess)<BR>
<BR>
?<BR>
<BR>
Thanks!<BR>
/Tobias</SPAN></FONT>
</BODY>
</HTML>