Re: perl multithreading performance
- From: Ted Zlatanov <tzz@xxxxxxxxxxxx>
- Date: Thu, 28 Aug 2008 08:39:57 -0500
On Wed, 27 Aug 2008 23:53:09 +0200 Martijn Lievaart <m@xxxxxxxxxxxxxxxx> wrote:
ML> On Wed, 27 Aug 2008 14:15:34 -0700, dniq00 wrote:
Nope, it doesn't :( I already have the single-threaded script, which has
been working for years now, but the amount of logs it needs to process
keeps growing, and I'm basically at the point where it can only keep up
with the speed with which logs are being written, so if there's back-log
for whatever reason - it might not catch up, so I'm looking into how I
can improve its performance.
ML> Perl threading, well frankly, sucks. You may want to switch to another
ML> language with re support that meets your needs. I would go for C++ (with
ML> boost), but then I know that language very well.
Hadoop is a nice non-Perl framework for this kind of work.
Ted
.
- References:
- perl multithreading performance
- From: dniq00
- Re: perl multithreading performance
- From: Ted Zlatanov
- Re: perl multithreading performance
- From: dniq00
- perl multithreading performance
- Prev by Date: FAQ 8.9 How do I ask the user for a password?
- Next by Date: Re: perl multithreading performance
- Previous by thread: Re: perl multithreading performance
- Next by thread: Re: perl multithreading performance
- Index(es):
Relevant Pages
|