Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51809 > unrolled thread

Re: Python performance

Started bySchneider <js@globe.de>
First post2013-08-02 15:17 +0200
Last post2013-08-02 15:17 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python performance Schneider <js@globe.de> - 2013-08-02 15:17 +0200

#51809 — Re: Python performance

FromSchneider <js@globe.de>
Date2013-08-02 15:17 +0200
SubjectRe: Python performance
Message-ID<mailman.126.1375449492.1251.python-list@python.org>
On 08/02/2013 03:09 PM, Ray Cote wrote:
> ----- Original Message -----
>> From: "Schneider" <js@globe.de>
>> To: python-list@python.org
>> Sent: Friday, August 2, 2013 8:00:09 AM
>> Subject: Python performance
>>
>> Hi list,
>>
>> I have to write a small SMTP-Relay script (+ some statistic infos)
>> and
>> I'm wondering, if this
>> can be done in python (in terms of performance, of course not in
>> terms
>> of possi
bility ;) ).
>>
>> It has to handle around 2000 mails per hour for at least 8hours a day
>> (which does not mean, that it is allowed not to respond the rest of
>> the day.
>>
> A quick calculation shows that 2,000 mails per hour is less than 1 email every second.
> Plenty of time to handle individual emails.

This is just true, if the mails arrive equally distributed. We cannot 
ensure this.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web