Recommended Python publish/subscribe/dispatch module? [closed]

PyDispatcher is used heavily in Django and it’s working perfectly for me (and for whole Django community, I guess). As I remember, there are some performance issues: Arguments checking made by PyDispatcher is slow. Unused connections have unnecessary overhead. AFAIK it’s very unlikely you will run into this issues in a small-to-medium sized application. So … Read more