New submission from Iason <[email protected]>:

testing pypy 2.0.2 and python 2.7.4 using boto 2.9.5
the script initiates a connection to AWS Simple Queue Service (Ireland) and 
returns a Simple Queue then 10 messages are extracted form the queue

packages used 
from boto.sqs import connect_to_region as sqs_connect
from boto.sqs.message import RawMessage as SQSMessage

i5 2.4 Ghz 6gb ram
time required for a batch of 10 messages ~ 2 secs in python
time required for a batch of 10 messages ~ 17 secs in pypy
 
amazon m1.medium instance 2 compute cores/ 8 gb ram
time required for a batch of 10 messages ~ 2 secs in python
time required for a batch of 10 messages ~ 8 secs in pypy

----------
messages: 5831
nosy: impakogi, pypy-issue
priority: performance bug
status: unread
title: boto 2.9.5 slow

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1511>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to