Hi,
I was wondering what others think about kohana's Event component. I like it very much and use it extensively although I am aware that the feature is not native to PHP.
As I have to make a decision for a framework to use in an upcoming and traffic-intensive project I would like to hear your thoughts on the subject.
Besides all optimization that is not in the language (reverse proxy, memcached, apc ect) I want to avoid to build the application using events only to find out that they become a major bottleneck due to bad performing implementation.
I have run ab on two testcases (one with, one without events) and had no significant performance differences although that might not be very representative for a real-life app.
Do you have experience with kohana events in high performance environments? Did it perform well/bad or have no impact on performance at all.
Thanks for your input!