From 26ef0c89d8ac125d00b5f859eebe9af0595a5936 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 25 Aug 2011 09:17:02 +0900 Subject: [PATCH] Add result for gevent_loop. --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 0faf12f..0baeb3e 100644 --- a/README.rst +++ b/README.rst @@ -242,6 +242,18 @@ result for gevent 1.0a2:: Throughput: 19371.97 [#/sec] +gevent-1.0a2 without greenlet. Event driven fashion:: + + ~/python2.7/bin/python echo_server_gevent_loop.py + +result:: + + Throughput: 62942.07 [#/sec] + Throughput: 63338.58 [#/sec] + Throughput: 62814.45 [#/sec] + + + Python 2.7.2 + Twisted ----------------------