[Mono-devel-list] Re: [Bug 71001][Nor] Changed - xsp.exe virtual size grows without bound -- large messages

Miguel de Icaza miguel at ximian.com
Mon Jan 31 23:45:00 EST 2005


Hello,

> In an attempt to avoid contention over the bug status in bugzilla, while
> still not really understanding the problem, I'm replying to the mono
> development list.  I hope this is not a problem.
> 
> We are currently using the soap interface to provide remote access to a
> network service.  Files are submitted, processed, and then reports are
> made available.  A few other miscellaneous things can be done along the
> way.  
> 
> Our goals with this interface are that it be well supported by existing
> tools and lanauges, and that it be easy to use.  To this end we are
> using SOAP and we are trying to make the steps of the process as simple
> as possible.


You might want to use an .ashx handler, and receive large blobs of data
as a POST followed by the file.  

That might help in your particular environment.

Miguel



More information about the Mono-devel-list mailing list