Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #19672

Re: ServerSocket Timeout Not Working

Newsgroups comp.lang.java.programmer
Date 2012-11-08 19:44 -0800
References <a2meku$5rp$1@bcarh8ab.ca.nortel.com> <a2mgn3$30u$1@news.du.uab.ericsson.se>
Message-ID <807bfa80-0cc4-4862-b312-7904c4d6a133@googlegroups.com> (permalink)
Subject Re: ServerSocket Timeout Not Working
From ruthabraham7@gmail.com

Show all headers | View raw


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?

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: ServerSocket Timeout Not Working ruthabraham7@gmail.com - 2012-11-08 19:44 -0800
  Re: ServerSocket Timeout Not Working ruthabraham7@gmail.com - 2012-11-08 19:52 -0800
    Re: ServerSocket Timeout Not Working Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2012-11-09 18:22 +0000
      Re: ServerSocket Timeout Not Working Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2012-11-09 18:35 +0000

csiph-web