Re: A question of speed
- From: "Robert Hicks" <sigzero@xxxxxxxxx>
- Date: 30 Jun 2006 05:46:56 -0700
anno4...@xxxxxxxxxxxxxxxx wrote:
Robert Hicks <sigzero@xxxxxxxxx> wrote in comp.lang.perl.misc:
I have some co-workers that are writing an email parser (not sure of
the specifics) that is going to process around 5000 emails a day. I
suggested that they go a pure Perl route but they are leary about Perl
being "fast" enough to parse that many emails.
I have no definitive experience with something on this scale but I am
sure someone on the Perl group does.
5000 emails per day, that's 17 seconds per message. You can do a lot
of parsing in 17 seconds, even in Perl.
Anno
That is what I was thinking, even if it was an 8 hour business day that
is still 5 seconds per message. Granted I don't know if that is a
steady influx or a deluge.
:Robert
.
- Follow-Ups:
- Re: A question of speed
- From: Christian Winter
- Re: A question of speed
- References:
- A question of speed
- From: Robert Hicks
- Re: A question of speed
- From: anno4000
- A question of speed
- Prev by Date: Re: Professional IDE for a cross-platform Perl application
- Next by Date: Re: stuck in a while loop
- Previous by thread: Re: A question of speed
- Next by thread: Re: A question of speed
- Index(es):
Relevant Pages
|