Received: by 10.66.86.194 with SMTP id r2mr3444349paz.42.1352433156727; Thu, 08 Nov 2012 19:52:36 -0800 (PST) Received: by 10.68.216.198 with SMTP id os6mr1366997pbc.3.1352433156710; Thu, 08 Nov 2012 19:52:36 -0800 (PST) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!kt20no38146198pbb.1!news-out.google.com!6ni68539pbd.1!nntp.google.com!kr7no38329841pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Thu, 8 Nov 2012 19:52:36 -0800 (PST) In-Reply-To: <807bfa80-0cc4-4862-b312-7904c4d6a133@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=203.91.193.7; posting-account=0aFvrQoAAAB4NTVM0dlFSWk9Gxz9PY1X NNTP-Posting-Host: 203.91.193.7 References: <807bfa80-0cc4-4862-b312-7904c4d6a133@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <72ca8c0e-cc60-47c5-b166-fa8f6d56563b@googlegroups.com> Subject: Re: ServerSocket Timeout Not Working From: ruthabraham7@gmail.com Injection-Date: Fri, 09 Nov 2012 03:52:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:19673 On Friday, 9 November 2012 09:14:54 UTC+5:30, ruthab...@gmail.com wrote: > Hi Everyone... > > I am facing ..well...not exactly similar ..but a related problem.... > > I am setting my ServerSocket timeout to 5 minutes... > > after the accept call... > > and I can see from my snoop output that we send an RETR for a certain file at say 11:10:00 and get the '150' response from the server the very same minute/second... > > The 226 response comes only around 11:10:50 but before this, I get a socket timeout exception....Any chance that this timeout I am setting isnt getting set? > > If so, what can I do to fix this? Forgot to mention, this is on a Solaris 5.10 machine...