in reply to Re: Perl Performance Question
in thread How can I maximize performance for my router netflow analyzer? (was: Perl Performance Question)

The problem with that is that if he is dropping packets, his machine isn't fast enough to process them in real-time which means the pipe will eventually fill up and writes to the pipe will block, thus causing him to miss packets sent while the write is blocked.