| Ramesh 2004-02-08, 8:39 am |
| See this article
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnbiz2k2/html/bts_lfint.asp
Hope this is Useful...
Ramesh
>-----Original Message-----
>Hi All, We are not using XLANG!
>I am having a requirement in which a large file possibly
10MB is being sent
>to us. We are using MSMQ Receive Function. Since the MSMQ
size limit is only
>4Mb I want to figure out how can I process this size
files?
>Our sender is willing to send this file in chunks of 4MB
as a part of
>transaction! will that help in processing ? The MSMQ recv
function is tied 2
>a preprocessor which has 2 further process the files.
>
>Alt solution is to implement a custom component which
will read 4mb chunks
>out of MSMQ and write 2 disk and then some file recv
function will pick it
>up from ther.
>
>TIA
>
>
>.
>
|