Browse thread
LablGTK2: problem w/ GMain.Io
-
Matt Gushee
-
Olivier Andrieu
-
Matt Gushee
- Matthew Hannigan
-
Matt Gushee
-
Olivier Andrieu
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Matthew Hannigan <mlh@z...> |
| Subject: | Re: [Caml-list] LablGTK2: problem w/ GMain.Io |
On Thu, May 11, 2006 at 04:05:19PM -0600, Matt Gushee wrote: > > echo '%show' > /tmp/bantam-matt/message.pipe > > ) --this caused the I/O error. Yet, if invoked the same 'echo' command > directly in an interactive shell (in this case, bash running in an > rxvt), it never caused the error. Why on earth would that be, I wonder? At a guess because stdin is a tty, then output might be line buffered (regardless of destination?)