andrewsmedina <[email protected]> added the comment: SQS is as queue/message system as a service provided by aws (amazon webservices). And boto is a python client for aws.
The boto code is here: https://github.com/boto/boto I dont know what the code used by impakogi does. But I think that get 10 messages of a queue is to small to be considered. I can try create a bench test for send and get messages from sqs queue. What do you think? ---------- nosy: +andrewsmedina ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1511> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
