Frank Church wrote > I using the PipeableOSProcess... but the > ssh ones generally hang.
I don't know if this has anything to do with your problem, but I often run into hanging output with OSP and usually send... I think it's #setNonBlockingOutput... to the PipeableOSProcess before reading the output. Then IIRC #output should immediately return whatever's currently available, and you can keep looping to get more. HTH, Sean -- View this message in context: http://forum.world.st/Running-remote-command-via-SSH-causes-Pharo-to-hang-tp4661077p4661180.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
