Hello,
I am studying the possibility of migrating a custom blocking network java
server to a mina based NIO one in order to be able to handle more clients
and higher throughput.
The server in question has the following features:
- ObjectStream based
- incoming message rate is controlled
- outgoing message rate is controlled and if the client can't consume
the outgoing massage rate the client is disconnected
- SSL support
- compression support based on the message size ( if the serialized
message object size is higher than a certain threshold then the message is
compressed )
Can you advise if this is possible? Can mina provide the those features (
except ObjectStreaming but with serializable objects ) using NIO?
Regards,
Horia
--
View this message in context:
http://www.nabble.com/Message-rate-and-size-throttle-tf2727469.html#a7606931
Sent from the mina dev mailing list archive at Nabble.com.