[Zope3-dev] Re: Event service should adapt to ISubscriber

Steve Alexander steve@cat-box.net
Thu, 23 Jan 2003 22:14:05 +0200


Gary Poster wrote:
> Well, in for a penny, in for a pound, I suppose.  This will slow the
> event service down, but yes, it sounds like the right thing to do.  

Before the zope3 final release, getAdapter() and isImplementedBy() 
should be pretty fast.

Also, if you want to implement ISubscriber directly, then getAdapter() 
is a no-op, and comes down to a couple of method calls and a 
interface.isImplementedBy call.

So, it will be a little bit slower, but nothing much to worry about.


> +1

Thanks.

--
Steve Alexander