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


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

Re: Python performance

Started byWayne Werner <wayne@waynewerner.com>
First post2013-08-03 08:09 -0500
Last post2013-08-03 08:09 -0500
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 Wayne Werner <wayne@waynewerner.com> - 2013-08-03 08:09 -0500

#51858 — Re: Python performance

FromWayne Werner <wayne@waynewerner.com>
Date2013-08-03 08:09 -0500
SubjectRe: Python performance
Message-ID<mailman.155.1375535383.1251.python-list@python.org>
On Fri, 2 Aug 2013, Schneider wrote:

> 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 possibility ;) ).
>
> 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.
>
> Can this be done? or should I better use some other programming language?
> My second choice would be erlang.

Check out Kenneth Rietz's inbox.py[1]

"It's quite quick. One instance should handle over one thousand emails per 
second."

So it should be able to handle your hour's load in oh, say 2 seconds? ;)

HTH,
W

[1]: https://crate.io/packages/inbox/

[toc] | [standalone]


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


csiph-web