Message7907

Author vitaly
Recipients amak, emcdowell, fwierzbicki, jeff.allen, pjenvey, vitaly
Date 2013-03-06.04:46:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362545207.21.0.955142743547.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
What I meant to say earlier was that I can't use Popen.communicate because *my production/real* 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. And this back-and-forth continues for a very long period of time.
History
Date User Action Args
2013-03-06 04:46:47vitalysetmessageid: <1362545207.21.0.955142743547.issue1972@psf.upfronthosting.co.za>
2013-03-06 04:46:47vitalysetrecipients: + vitaly, fwierzbicki, amak, pjenvey, jeff.allen, emcdowell
2013-03-06 04:46:47vitalylinkissue1972 messages
2013-03-06 04:46:46vitalycreate