So I am implementing a search service that needs to be highly scaleable
behind an xfireservlet. The search service is a number of threads pulling
queries off of a queue, searching an index and passing the results back to a
hash for the webservice that called the search to access and return to the
client.
Here is the problem, when I perform search with this service through a java
app it works well. I have test with 2 to 20 threads. When I call the service
through an XFireServlet it locks up the entire CPU.
I am no expert at threading or xfire, but what I have written works without
issue when XFire isn't involved. Any thoughts?
Thanks in advance!
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email