[Twisted-Python] Speed of twisted on Amazon EC2

Tobias Oberstein tobias.oberstein at tavendo.de
Sun Apr 21 08:36:14 EDT 2013


Tom,

which OS are you running on your EC2 instance? Amazon Linux?

Which reactor are you running your Twisted test with? Epoll?

Are you running on CPython or PyPy?

Can we see you Twisted hello world test app?

Tobias


Mit freundlichen Grüßen,

Tobias Oberstein
Geschäftsführer

+49(0)9131 940 3574
+49(0)176 23 752 055
tobias.oberstein at tavendo.de
Skype: toberstein
Twitter: @oberstet
Xing: Tobias Oberstein



Tavendo GmbH · Am Weihersbach 13 · 91074 Herzogenaurach · Deutschland
Office / Postanschrift : Waldstrasse 18 · 91054 Erlangen · Deutschland
+49(+)700 GO TAVENDO · +49(0)700 46 828 36 36 · www.tavendo.de
Amtsgericht Fürth · HRB 10365 · USt-Id.Nr DE246462916 · Geschäftsführer Tobias Oberstein

Von: twisted-python-bounces at twistedmatrix.com [mailto:twisted-python-bounces at twistedmatrix.com] Im Auftrag von Tom van Neerijnen
Gesendet: Sonntag, 21. April 2013 12:58
An: twisted-python at twistedmatrix.com
Betreff: [Twisted-Python] Speed of twisted on Amazon EC2

Hi all
I recently wrote a hello world HTTP app in Twisted, Cyclone, node, Go and Scala on the Play framework, and used a combination of ab and gattling to see how fast each was on an m1.small instance on Amazon EC2. I also tested it on bare metal (my laptop:)) but I'll get to that later.
The code I used for twisted was the web server code sample from the front page of twistedmatrix.com with the numberRequests increment dropped and a simple "Hello World!" returned instead.
For cyclone I used the sample code from the cyclone docs with the same string being returned.
Node was the sample from their front page.
Play and Go I've never worked with before so those were copy pastes from various examples on their pages but again same URI and return string as the other frameworks.



More information about the Twisted-Python mailing list