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 tarek
Recipients christian.heimes, hynek, jcea, neologix, pitrou, tarek, vstinner
Date 2013-08-16.16:27:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376670423.39.0.597307495449.issue18756@psf.upfronthosting.co.za>
In-reply-to
Content
> What does high load mean?

a web app with a few hundreds concurrent requests.

> If you mean many concurrent threads, then you should probably go for
the random module, no?

I use greenlets. But, I don't know - are you suggesting os.urandom() should be marked in the documentation as "DOES NOT SCALE" and I should use another API ? Which one ?
History
Date User Action Args
2013-08-16 16:27:03tareksetrecipients: + tarek, jcea, pitrou, vstinner, christian.heimes, neologix, hynek
2013-08-16 16:27:03tareksetmessageid: <1376670423.39.0.597307495449.issue18756@psf.upfronthosting.co.za>
2013-08-16 16:27:03tareklinkissue18756 messages
2013-08-16 16:27:03tarekcreate