I foudn the compression filter.
"It goes without saying that the other end of this stream should also have a
compatible compressor/decompressor using the same algorithm. "
from compression filter API. does that mean the compression method used by
the client (MFC) doesn't matter? My message also needs partial
compressed(just content not head). the compression filter works under this
situation?


2007/3/3, mat <[EMAIL PROTECTED]>:

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).
>
>

Reply via email to