Mailinglist Archive: opensuse (4264 mails)
| < Previous | Next > |
Re: [opensuse] I/O possible
- From: Per Jessen <per@xxxxxxxxxxxx>
- Date: Sun, 21 Oct 2007 19:33:13 +0200
- Message-id: <ffg2gp$8v9$3@xxxxxxxxxxxxxxxx>
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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |