[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interrupted system call
- To: Moshe Ashkenazi <moshea(at-nospam)checkpoint.com>
- Subject: Re: Interrupted system call
- From: mulix <mulix(at-nospam)actcom.co.il>
- Date: Tue, 11 Sep 2001 19:51:15 +0300 (IDT)
- Cc: Linux-Il <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <005d01c13ae9$f6694690$97025a3e@SHAGWELL>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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