[Mono-list] Re: [Mono-devel-list] ASP.NET Web Services in MONO

Iain McCoy iain@mccoy.id.au
Tue, 15 Jun 2004 15:16:32 +1000


On Tue, 2004-06-15 at 06: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.
I would suggest that the best way to understand what mono's asp.net
implementation does is to read it's code. Is there some reason why that
option is not available to you?

I suspect that if the implementation does not already do stuff to
mitigate the cost of reflection, it's because those costs are not a
problem. If they become a problem, some way of mitigating the costs will
be found and implemented.
-- 
Iain McCoy <iain@mccoy.id.au>