Re: Web Svc VS remote component hosted in IIS

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Alexander Shirshov (alexander_at_omnitalented.com)
Date: 03/13/05


Date: Sun, 13 Mar 2005 11:57:04 +0700

You've made the misleading comment that according to Microsoft's benchmarks
ASMX outperforms Remoting+IIS. This is NOT true! Please carefully read the
article you yourself pointed to! Remoting is FASTER.

ASMX outperforms Remoting+IIS with SOAP formatter and falls behind
Remoting+IIS with BinaryFormatter.

Again, I'm not talking about my benchmarks or someone else's. I'm talking
about data presented in the article.

The only reason to use SOAP with Remoting I could think of is to bypass
firewalls which block the binary traffic on 80.

"DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
news:uY93DM4JFHA.2772@TK2MSFTNGP14.phx.gbl...
> You've taken the topic completely off the topic of the OP's question. I
> didn't suggest SOAP over HTTP or IIS. I only showed Microsoft's own
> report that web services using asmx is faster than remoting over IIS. I
> didn't do the test and can't validate the results.
>
> If you have done your own testing, please feel free to post the test
> scenario and results here. I'd love to see your work on the subject.
>
> DalePres
>
> "Alexander Shirshov" <alexander@omnitalented.com> wrote in message
> news:ebSu2F4JFHA.616@TK2MSFTNGP10.phx.gbl...
>> Again, why would you use SOAP formatter with Remoting components hosted
>> in IIS on HTTP channel? Why not BinaryFormatter?
>>
>> The article you pointed to demonstrates that Remoting *wins* over ASMX
>> *if* used with BinaryFormatter. Exactly opposite of your conclusion. I
>> assumed you compared SOAP-serialized Remoting components? Then the
>> question remains: why SOAP?
>>
>> "DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
>> news:ucbTU43JFHA.1176@TK2MSFTNGP12.phx.gbl...
>>> There is nothing that says SOAP is used only over port 80. IIS listens
>>> on port 80 but SOAP can be used on any port, on IIS, on Remoting, or
>>> over your PC's serial port if you wish. You can encode messages with
>>> SOAP formatting, put them on a floppy disk a transport them with
>>> SneakerNet if you wish.
>>>
>>
>>
>
>



Relevant Pages

  • SOAP serialization of nullable types and remoting - not supported?
    ... I have recently stumbled upon a problem with serialization of nullable ... My application is hosted in IIS and exposes a web service ... remoting with another application, also hosted in IIS. ... nullable type serialization is not supported in soap formatter. ...
    (microsoft.public.dotnet.general)
  • Re: Web Svc VS remote component hosted in IIS
    ... Why would anyone use SOAP formatter with Remoting? ... Remoting with BinaryFormatter hosted in IIS is the way to go. ...
    (microsoft.public.dotnet.languages.csharp)