Hello Hiram, >are you using a singleton lingo service object? if so, is it synchronized? > Sometimes, getting stacktrackes of the clients and servers will tell you > what your threads are waiting on most of the time. I've got a feeling > that > most threads will be blocked on some mutex in the business logic of your > service object.
the service object is currently just a dummy. It just creates a simple data object (holding a boolean value and a string) and returns this object as result of the request. Regards, Bernhard -- View this message in context: http://www.nabble.com/ActiveMQ-Lingo-performance-tf2473875.html#a6912128 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
