[Python-Dev] Python 2.3b1 has 20% slower networking?

Brett Cannon drifty@alum.berkeley.edu
Sun, 27 Apr 2003 13:32:58 -0700 (PDT)


[Itamar Shtull-Trauring]

> On 27 Apr 2003 22:19:44 +0200
> martin@v.loewis.de (Martin v. L=F6wis) wrote:
>
> > > Can other people do some tests to verify these numbers?
> >
>
> non-Debian platforms/packages it's wherever you have the python examples
> installed.

So running Demo/sockets/throughput.py with the -c 10000 argument I get
under OS X:

* Python 2.2.2: 7976.756k K/sec
* CVS Python (compiled on April 18): 2772.97 K/sec

Now I put no great effort into steriliziing my system so that nothing else
was running so take these numbers with a grain of salt.

-Brett