[Mono-list] Re: [Mono-devel-list] ASP.NET Web Services in MONO
Lluis Sanchez
lluis at ximian.com
Tue Jun 15 13:22:47 EDT 2004
On dl, 2004-06-14 at 22:04, Mahen Perera wrote:
> Hi Lluis
>
> Thanx for the reply. Ok if it uses reflection,,,, what are the
> mechanisms used in MONO ASP.NET to overcome the performance overheads
> in using reflection.
The process of servicing a web method request involves: reading the web
stream, making a cross-app domain call to the domain that is executing
the web application where the service is hosted, deserializing the
request, build a SoapMessage from the request, go through the active
soap extensions and finally perform the method invocation. The time
spent in this last step is insignificant.
Lluis.
>
>
> Thanx
>
> Mahen
>
>
>
>
>
>
> >From: Lluis Sanchez <lluis at ximian.com>
> >Reply-To: lluis at ximian.com
> >To: Mahen Perera <mahens80 at hotmail.com>
> >CC: mono-devel-list at lists.ximian.com, mono-list at lists.ximian.com
> >Subject: [Mono-list] Re: [Mono-devel-list] ASP.NET Web Services in
> MONO
> >Date: Thu, 10 Jun 2004 16:43:42 +0200
> >
> >Yes, it uses reflection.
> >
> >On dj, 2004-06-10 at 14:02, Mahen Perera wrote:
> > > Hi everybody!
> > >
> > > I want to to know the mechanism used in ASP.NET web services in
> MONO
> > > to invoke Web methods. Does it use pure reflection or other
> > > means......
> > >
> > >
> > > Thank you
> > >
> > > Mahen
> > >
> > >
> ______________________________________________________________________
> > > Tired of spam? Get advanced junk mail protection with MSN 8.
> > > _______________________________________________ Mono-devel-list
> > > mailing list Mono-devel-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >_______________________________________________
> >Mono-list maillist - Mono-list at lists.ximian.com
> >http://lists.ximian.com/mailman/listinfo/mono-list
>
> ______________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> _______________________________________________ Mono-list maillist -
> Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-devel-list
mailing list