Hello all,

Use case:
1 NioDatagramConnector, 5000 sessions. Each session has a sate machine and
its unique context. Each session simply loop to request from a server and
start a new request after the previous response received. The SESSION_IDLE
event has been handled every 2 seconds.

MINA version: MINA-2.0.0-M3

At start, the 5000 sessions all can be successfully established, also the
request-response cycle running well. Everything seems to be fine.
After running several minutes, the server shows session number decreased to
2000+ or 1000+ and finally 0.

>From the client viewpoint, the NioDatagramConnector shows the number of its
managed sessions is alwayls 5000 but its CPU usage drops from >90% to 0%
with no actual UDP traffic.

Any idea? Thank you very much.

Regards,
-Bing

Reply via email to