Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3/27/11
#6
Causes of connection timeout errors in Java:

Quote:Connection Timeouts (assuming a local network and several client machines) typically result from

a) some kind of firewall on the way that simply eats the packets without telling the sender things like "No Route to host"

b) packet loss due to wrong network configuration or line overload

c) too many requests overloading the server

d) a small number of simultaneously available threads/processes on the server which leads to all of them being taken. This happens especially with requests that take a long time to run and may combine with c).

So check your network settings, and make sure your firewall isn't blocking anything.
Reply


Messages In This Thread
3/27/11 - by Jacob__mybb_import1 - 03-27-2011, 06:07 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)