Howdi gurus :)
I'm trying to redirect my stdin/stdout/stderr when using Process.create_process. This far, I only get data through first when the file gets closed. I would much prefer to have them in a non-blocking fashion - any way to get this? (tried PROP_NONBLOCKING and set_nonblocking( read_cb, write_cb ) without success... )...