• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting information of writing data over socket connection

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I am having java application which is running in multiple Solaris servers and application connects another server using socket connection. I am having connection timeout value as 10 seconds. Most of the connections got success and communication also happened within 50 milliseconds.

consider that my server name is A. client server name is B.
My problem here is, some of the requests not received by B within the connection timed out time. but request is later (after 40 seconds)received by B and processed but no use of that response since my server A disconnected that communication because of server A connection timed out happened.

Is this due to network problem or Java thread problem or issue in server A end or issue in server B end. How to find out the issue and where this problem occurs? solutions to this problem is highly appreciated.... please help me out.

thanks,
Pons.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic