One more thing i need compress some data. Is there any layer for this function? Or I have to implement by myself?
2007/3/3, mat <[EMAIL PROTECTED]>:
I am working on a stocks quotation system as a server. A message <= 400bytes will send 10 - 20 messages/sec, which i consider is huge ^^. My server also needs to keep watching on each session (500 - 1000each server) and send the data to the session who registered this symbol.(BTW, right now I use HashMap to store the session, sessionID, I don't know if it is the correct way and I use Session.hashcode as sessionID).
