This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eanxgeek
Recipients eanxgeek, effbot
Date 2008-01-14.15:26:59
SpamBayes Score 0.073574744
Marked as misclassified No
Message-id <1200324426.14.0.125200959263.issue1327@psf.upfronthosting.co.za>
In-reply-to
Content
Please find the attached ceval.c.  This file was generated from oprofile
and gives clear indicators where the simple program below gets hung up.

You will find in the oprofile output, from ceval.c, that PyEval_Frame
has a total of 1649 26.2789.  This indicates with a high degree of
probabilty that the changes made in this portion of the code are
promblamatic.

Now I will be the first to admit that I am by no means a C programmer;
however, I can tell you that the code has changed a great deal with
regards to xmlrpc and it has impacted performance to the point where it
seems to be unusable with current releases of Python where expected
output is > 300 records.  

Please check it out for yourself, using a different xmlrpc server - I
currently have access to one only where the number of records is greater
than 300.
History
Date User Action Args
2008-01-14 15:27:06eanxgeeksetspambayes_score: 0.0735747 -> 0.073574744
recipients: + eanxgeek, effbot
2008-01-14 15:27:06eanxgeeksetspambayes_score: 0.0735747 -> 0.0735747
messageid: <1200324426.14.0.125200959263.issue1327@psf.upfronthosting.co.za>
2008-01-14 15:27:00eanxgeeklinkissue1327 messages
2008-01-14 15:26:59eanxgeekcreate