CSLA Compression

CSLA Compression

Old forum URL: forums.lhotka.net/forums/t/1389.aspx


dileepagarwal posted on Wednesday, October 04, 2006

Hi,

     Is their any in built compression machanism CSLA is providing or Do I need to implement my own compression machanism. I need compression while transferiing object from application server to remote client.

Thanks,

Dileep Agarwal

RockfordLhotka replied on Wednesday, October 04, 2006

If you are hosting your server components in IIS with the Remoting or Web Services data portal channel, you should be able to tell IIS to use http compression.

Otherwise, you could create your own custom data portal channel and implement your own compression using the .NET 2.0 zip support, or a third party library like the ones from Xceed or nsoftware (both of which are very good).

Chapters 4 and 12 should give you enough information to build a custom data portal channel.

Copyright (c) Marimer LLC