Simão Fontes

Greenhorn
+ Follow
since Nov 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Simão Fontes

Thanks for the answer Tim.

I have 2 applications, wayback and nutchwax, they belong to a search server.

*Nutchwax -> Index -> User
*Wayback -> *Nutchwax -> Index -> User
*Wayback -> *Nutchwax -> Index -> *ArcProxy -> *Browser -> User
* means that this is a application of tomcat

The fact is when I configure Tomcat to have 100 MaxThreads and then I make 100 simultaneous requests to Wayback the threads stop responding, keeps waiting for the arcproxy application, this application doesn't have any free thread to use.

Thanks in advance for the help.

14 years ago
My problem is the performance lost.

My server.xml is configured like this:

I had to do this because the applications communicate with them selfs.
For example:
app1 --> app2 --> app3
app2 --> app1 --> app3

When I use all threads for one of the applications, they enter in deadlock (they always need to wait for another application to end).
14 years ago
I have a tomcat 5.5.25 configured with 4 connectors and when it was only one the response time was about 1.30 sec, now it responds in 16 sec.
Does any one know why this migth be?
14 years ago