[Ironpython-users] usage of Async readline() method in ironpython

2015-04-08 Thread Hemanth M B
HI All, I am using System.Diagnostics namespace to spawn a console application. I want use asyncronous read and syncronous write, since the application is interactive. I want to use BeginOutputreadline() method. But I don't know how to use in IronPython. Please help me with sample code. Also le

[Ironpython-users] Failing to read the standard output

2015-04-08 Thread Hemanth M B
Hi All, I am using System.Diagnostics namespace to spawn a console application. I want use asynchronous read and synchronous write, since the application is interactive. If I use synchronous read as mentioned below code, I need to close the stream writer before reading to end. Please help me t