As I said you need to examine the web/FTP server component code. It is
possible.

SZ
On Mon, Feb 7, 2011 at 3:05 PM, rajesh gupta <rajeshgupta1...@gmail.com>wrote:

> Thanks
>          I want to read buffer from files then compress after that send to
> client . Is that model possible
>
> Rajesh
>
> On Mon, Feb 7, 2011 at 6:07 PM, Angus Robertson - Magenta Systems Ltd <
> an...@magsys.co.uk> wrote:
>
> > > 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
> >
> --
> 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
>
--
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