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 <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
