What attrition do you experiance with the second, third, forth connections?
Sent from my iPhone
On Apr 17, 2009, at 1:58 PM, bill_joe <xeenman_at_yahoo.com> wrote:
I am new to grizzly and I created a simple client server using the Echo
examples.
On the server, I added the grizzly ReadFilter. Then I added an echo filter.
On the client, I write to the server using
TCPConnectorHandler.writeToAsyncQueue(). The client then blocks using a
BlockingQueue.
Responses are handled on the client side by a ReadFilter and another Filter
that inserts into the BlockingQueue.
If I have one client, I have a maximum of 6000 transactions per second. But
if I add more clients, the transactions per second go down.
How can I improve performance?
I am using grizzly 1.9.10
--
View this message in context: http://www.nabble.com/performance-tp23102751p23102751.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
For additional commands, e-mail: users-help_at_grizzly.dev.java.net