Hi All,
 
I've just completed a communication server project using MINA.
 
Clients which connects to communication server has to be received a spesific
ACK message from server.
After receiving message, decoder decodes it, handler inserts into database
and writes ACK message to session. Receiving and writing ACK occurs in
miliseconds but messageSent methode are called too later 3-15 seconds later.
That means ACK message is sent to client after 3-15 seconds. But clients
have to be received ACK message in 5 seconds. If they can't they send the
last message again. I'm using Datagram Acceptor on server. 50.000 - 100.000
messages are received from clients and inserted into database in minutes.
Both database i/o and network traffic is busy enaugh. How can i decrease the
sending ACK message time below 5 seconds?
 
Rapid answers will make me very happy, because i'm trying to resolve that
issue like a crazy :(
 
Best Regards.
 
Murat OZDEMiR

Reply via email to