Glenn Holmer wrote: > On Sunday 21 October 2007 08:15, Anders Johansson wrote: >> "I/O possible" basically means that the application has received a >> SIGIO, which means there is data for it to read. >> >> Why it isn't processed is another question. Maybe the semantics of >> the java calls used have changed. Are you using the same version of >> java in all places? > > Thanks for the info, that's the first clear explanation I've heard. > > But this isn't the Java version (tcpser4j), it's the Linux version > (tcpser-1.0rc9), written in C. I compiled from source.
The fact that you're seeing a message (presumably triggered by a SIGIO event) means that something is catching and handling that event. Why it doesn't do anything else ... I have no idea. /Per Jessen, Zürich -- http://www.spamchek.com/ - your spam is our business. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
