<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Windsor&#8217;s Interceptors and Performance</title>
	<atom:link href="http://davybrion.com/blog/2008/05/windsors-interceptors-and-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2008/05/windsors-interceptors-and-performance/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:37:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gael Fraiteur</title>
		<link>http://davybrion.com/blog/2008/05/windsors-interceptors-and-performance/comment-page-1/#comment-222</link>
		<dc:creator>Gael Fraiteur</dc:creator>
		<pubDate>Mon, 12 May 2008 08:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=114#comment-222</guid>
		<description>I would not say that PostSharp is without performance overhead. Actually, Windsor generates proxies using Reflection Emit, so once the proxy is emitted, Windsor is as fast as PostSharp.

The big difference is somewhere else: Windsor enables AOP typically only on service boundaries, the set of available aspects is more limited, it forces you to use factories.

To be more precise, if you use PostSharp Core to inject ad-hoc MSIL instructions, there will be no difference in performance w.r.t. hand-tuned code. But if you use PostSharp Laos, the high-level library offering a similar performance of functionality as Windsor, performance will be similar — since the level of abstraction is similar.

Happy PostSharping!

Gael</description>
		<content:encoded><![CDATA[<p>I would not say that PostSharp is without performance overhead. Actually, Windsor generates proxies using Reflection Emit, so once the proxy is emitted, Windsor is as fast as PostSharp.</p>
<p>The big difference is somewhere else: Windsor enables AOP typically only on service boundaries, the set of available aspects is more limited, it forces you to use factories.</p>
<p>To be more precise, if you use PostSharp Core to inject ad-hoc MSIL instructions, there will be no difference in performance w.r.t. hand-tuned code. But if you use PostSharp Laos, the high-level library offering a similar performance of functionality as Windsor, performance will be similar — since the level of abstraction is similar.</p>
<p>Happy PostSharping!</p>
<p>Gael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
