> Ok Thanks for valuable info . Can you tell me is there any method 
> in ICS to compress the data and send to socket

Both the ICS FTP and HTTP server include options to compress data sent to
clients, but this is done at application layer, not socket layer.  

You would need to look at the source code and adapt it for your server,
it uses ZLIB.  Obviously you need to compress in a way that is compatible
with the client software. 

Beware compression is CPU intensive, and compressing 1,000 streams at the
same time will slow down your server significantly. 

Angus


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to