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 <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Mahen Perera <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED], [EMAIL PROTECTED] > >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 [EMAIL PROTECTED] > > > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > > >_______________________________________________ > >Mono-list maillist - [EMAIL PROTECTED] > >http://lists.ximian.com/mailman/listinfo/mono-list > > ______________________________________________________________________ > Add photos to your messages with MSN 8. Get 2 months FREE*. > _______________________________________________ Mono-list maillist - > [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
