Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!postnews.google.com!n18g2000vbv.googlegroups.com!not-for-mail From: Tony Newsgroups: comp.lang.java.programmer Subject: Re: Network Timeouts Date: Mon, 31 Oct 2011 11:03:17 -0700 (PDT) Organization: http://groups.google.com Lines: 18 Message-ID: References: NNTP-Posting-Host: 12.107.188.5 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1320085927 7454 127.0.0.1 (31 Oct 2011 18:32:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 31 Oct 2011 18:32:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n18g2000vbv.googlegroups.com; posting-host=12.107.188.5; posting-account=HwYdAAoAAACKfWF26PqZCjWN3_5HZpJK User-Agent: G2/1.0 X-HTTP-Via: 1.1 proxy1.compuware.com:3128 (squid/2.7.STABLE9), 1.0 internal X-Google-Web-Client: true X-Google-Header-Order: HUALESRCVNK X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.23) Gecko/20110920 Firefox/3.6.23,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9329 On Oct 28, 1:20=A0pm, Tony wrote: > Hello: > I'm writing some code between a server and a client. The client > provides the server with packets on a continuous basis. If the server > does not receive a packet for 30 seconds it throws a timeout > exception. We are testing the robustness of the server. The client is > just a producer to packets with no interleave, fixed packet length and > random context. The next packet is sent as soon as the last ack is > received. It have been observed from the logs the I get the exception > throw information (which I wrote saying the exception has been throw). > and that's about all. My approach to solving this would to be to look > at what packets were going across the interface with something like > tcpdump. But I can't get root access on this system. I can't do much > on this system in regard to taking a really close look. Any hints? > Thanks in Advance. > Cheers Thanks all