[pypy-issue] [issue1511] boto 2.9.5 slow

Iason tracker at bugs.pypy.org
Wed Jun 5 16:53:45 CEST 2013


New submission from Iason <i.mpakogiannis at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1511>
________________________________________


More information about the pypy-issue mailing list