IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Distributed Java
 
RSS feed
 
New topic
Author

Handling synchronous integration more efficiently

partha naveen
Greenhorn

Joined: Jul 17, 2008
Messages: 26

Hi ,

I have an application that integrates with quite a large number of applications making calls usually with XML/HTTP using HttpClient. While none of these external applications are within my control , what would be the best way in which my application does not get performance bottlenecks if these integrating applications are down? The underlying solution I am looking for is that the tomcat server where I am hosting my application should not run into overwhelmed requests or congestion because of these client calls. Is there a way to time out client calls ? All calls are synchronous and the current requirements do not facilitate the use of asynchronous design

Any inputs on this would be great!

Thanks
Prth
Nitesh Kant
Bartender

Joined: Feb 25, 2007
Messages: 1478

HttpClient provides a bunch of connection related properties that you can see here

Quest for getting the right answers start with asking the right questions.
How to ask questions on javaranch.
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Distributed Java
 
RSS feed
 
New topic
JProfiler
Get rid of your performance problems and memory leaks!

.