Message7905

Author vitaly
Recipients amak, emcdowell, fwierzbicki, jeff.allen, pjenvey, vitaly
Date 2013-03-06.04:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362544307.79.0.224652083917.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
I can't use Popen.communicate because jython script is acting as a proxy service to a Java-based API. The client sends commands via the Jython script's stdin and reads responses from the Jython script's stdout.
History
Date User Action Args
2013-03-06 04:31:47vitalysetmessageid: <1362544307.79.0.224652083917.issue1972@psf.upfronthosting.co.za>
2013-03-06 04:31:47vitalysetrecipients: + vitaly, fwierzbicki, amak, pjenvey, jeff.allen, emcdowell
2013-03-06 04:31:47vitalylinkissue1972 messages
2013-03-06 04:31:47vitalycreate