Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51858 > unrolled thread
| Started by | Wayne Werner <wayne@waynewerner.com> |
|---|---|
| First post | 2013-08-03 08:09 -0500 |
| Last post | 2013-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.
Re: Python performance Wayne Werner <wayne@waynewerner.com> - 2013-08-03 08:09 -0500
| From | Wayne Werner <wayne@waynewerner.com> |
|---|---|
| Date | 2013-08-03 08:09 -0500 |
| Subject | Re: 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/
Back to top | Article view | comp.lang.python
csiph-web