EventMachine VS Twisted
Tuesday, February 26th, 2008
I was interested in the performance differences between Twisted and EventMachine for an application I’ve developing which is going to have to handle a lot of load as clients will be regularly polling it.
Disclaimer: I’m fairly new to Python and Twisted - so there may be a way of speeding them up which I’m […]