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


Groups > comp.lang.python > #51808

Re: Python performance

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rgacote@appropriatesolutions.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.037
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; 'plenty': 0.07; '2,000': 0.09; 'friday,': 0.09; 'second.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'erlang.': 0.16; 'language?': 0.16; 'mean,': 0.16; 'appropriate': 0.16; 'programming': 0.22; '(in': 0.22; 'gmbh': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; 'second': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'rest': 0.29; 'possibility': 0.29; "i'm": 0.30; 'url:mailman': 0.30; '(which': 0.31; 'ray': 0.31; 'url:python': 0.33; '-----': 0.33; 'done': 0.36; 'url:listinfo': 0.36; 'shows': 0.36; 'url:org': 0.36; 'should': 0.36; 'email addr:python.org': 0.37; 'performance': 0.37; 'handle': 0.38; 'list,': 0.38; 'does': 0.39; 'subject:': 0.39; 'url:mail': 0.40; 'august': 0.61; 'course': 0.61; 'day.': 0.63; '2000': 0.65; 'email name:python-list': 0.65; 'header:Reply-To:1': 0.67; 'hour': 0.70; 'day': 0.76; 'emails.': 0.78; '260': 0.84; 'mails': 0.89; '2013': 0.98
X-Virus-Scanned amavisd-new at appropriatesolutions.com
Date Fri, 2 Aug 2013 09:09:37 -0400 (EDT)
From Ray Cote <rgacote@appropriatesolutions.com>
To Schneider <js@globe.de>
In-Reply-To <51FB9F49.9040209@globe.de>
Subject Re: Python performance
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding quoted-printable
X-Originating-IP [64.139.71.205]
X-Mailer Zimbra 7.2.3_GA_2872 (Zimbra Desktop/7.2.2_11951_Mac)
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To Ray Cote <rgacote@AppropriateSolutions.com>
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.125.1375449489.1251.python-list@python.org> (permalink)
Lines 51
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375449489 news.xs4all.nl 15866 [2001:888:2000:d::a6]:54309
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51808

Show key headers only | View raw


----- 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 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.
> 

A quick calculation shows that 2,000 mails per hour is less than 1 email every second. 
Plenty of time to handle individual emails.


> Can this be done? or should I better use some other programming
> language?
> My second choice would be erlang.
> 
> bg,
> Johannes
> 
> 
> --
> GLOBE Development GmbH
> Königsberger Strasse 260
> 48157 MünsterGLOBE Development GmbH
> Königsber
> ger Strasse 260
> 48157 Münster
> 0251/5205 390
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
> 

-- 
Ray Cote, President
Appropriate Solutions, Inc.
We Build Software
603.924.6079

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python performance Ray Cote <rgacote@appropriatesolutions.com> - 2013-08-02 09:09 -0400

csiph-web