ramesh murugaswamy wrote: > > Hi All, > > > I have doing some performance testing for mina chat application. > > I have used chat server, it will send(broadcast) data to the connected > clients.Except one client which is the data provider for server and all other > clients are receiver.I have simulated the message provider client > to sent message to server by thread. Wahat i problem is ,and also receiving > client i also simuldated by thread.when no of client connection reaches > 250.The server will stop the client(closes the session). Here is my server > code that process and sent message to connected client. The chat server example has not been optimized in any way so it won't make a good test case for testing MINA performance. As Gaston points out in his reply there are real world examples of MINA based applications (like Wildfire and AsyncWeb) which performs extremely well. The testimonials page lists a few others: http://mina.apache.org/testimonials.html.
-- Niklas Therning www.spamdrain.net
