Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Compressing large files before sending › Re: Compressing large files before sending
January 3, 2007 at 11:55 AM
#17111
It will certainly be slower to process than a smaller file and will take up more resources. How much will depend a lot on what you expect to do with it, though. If you don't really care about the file contents, then just do it the other way around: compress it during receive with a custom component in a receive pipeline; this will be far more efficient and will help conserve a lot of biztalk resources for the remainder of processing.