[Twisted-Python] ProcessProtocol randomly not returning all of stdout
Itamar Shtull-Trauring
itamar at itamarst.org
Thu Jan 13 13:07:37 MST 2005
On Thu, 2005-01-13 at 13:47 -0600, Justin Johnson wrote:
> The process protocol I'm using is below. Does anyone see anything
> wrong with the code? I am using the win32event reactor and Twisted
> 1.3.0.
The win32event process support is known to be buggy. On Windows, popen
with a thread may be a better choice.
More information about the Twisted-Python
mailing list