From: hammett <ha...@uo...> - 2004-11-04 15:36:43
|
Hiya! What do you think about agreeing on a Roadmap? I raise the following points: - To support or not support attributes? If so, do you have an example of how it would be/work? - Drop AopAlliance compatibility Why? The AopAlliance interfaces are rubbish. It was just a blind port of the Java version. Also the AopAlliance.IInvocation doesn't help us to optimize the invocations. We can't cache the IInvocation cause it stores the arguments (if we do, in a multithread situation we'll have problems) or we can develop a thread affinity cache, which is complex and we not meant to be that complex. - Any more directions to grow? -- Cheers, hammett http://www.digitalcraftsmen.com.br/~hammett |