Performance (pystone) of python 2.4 lower then python 2.3 ???
Mark Asbach
mark.asbach at post.rwth-aachen.de
Wed Dec 15 16:21:59 EST 2004
More information about the Python-list mailing list
Wed Dec 15 16:21:59 EST 2004
- Previous message (by thread): Performance (pystone) of python 2.4 lower then python 2.3 ???
- Next message (by thread): Performance (pystone) of python 2.4 lower then python 2.3 ???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Lucas, > No,the reason that you see 2 times as many processors as really are > installed is the hyperthreading feature of the Xeon (see > http://www.infoworld.com/infoworld/article/02/02/25/020225plxeon_1.html) > > I turned it off (in the BIOS). The machine I tested on has 2 (pysical) > processors installed. Turning on or off does not influence the pystone > number significantly.. Sorry for the confusion - that was what I wanted to say: from my perspective it is unlikely that the performance decrease seen on your dual processor CPU is related to having two processors. Because python thinks it has two processors on my machine, too (because of hyperthreading) and should exhibit the same decrease then (IF it would be coupled to two processors). Yours, Mark
- Previous message (by thread): Performance (pystone) of python 2.4 lower then python 2.3 ???
- Next message (by thread): Performance (pystone) of python 2.4 lower then python 2.3 ???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list