[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interrupted system call



On Tue, 11 Sep 2001, Moshe Ashkenazi wrote:

> I have JAVA Client which open 100 http connection.
> After I start the JAVA Client program the following
> Error message appear on console:
>
> errno: 4, error: Interrupted system call for fd:
> I saw the error on I request for a socket from the system

the java client is probably issuing a blocking system call, which then
gets interrupted but a signal. some more information will be required
to help you solve the problem - it can be a simple matter of fixing the
code (to retry on java's equivalent of EINTR) or something more complex.

what is the java client doing?
-- 
mulix

http://www.advogato.com/person/mulix
http://www.sf.net/projects/syscalltrack




=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il