Re: queue/qmail-queue optimization

2008-05-20 Thread Hanno Hecker
On Tue, 20 May 2008 14:19:57 +0200 Jose Luis Martinez <[EMAIL PROTECTED]> wrote: > Just wanted to know what the qp gurus think about applying the > following patch to queue/qmail-queue [...] > Will doing this affect neagtively the other Transaction.pm body_xxx > methods? [...] No, but

queue/qmail-queue optimization

2008-05-20 Thread Jose Luis Martinez
Hi, Just wanted to know what the qp gurus think about applying the following patch to queue/qmail-queue Instead of writing the message line by line (depending on perl doing command-queueing for the prints), it just does it in chunks. That way the code doesn't have to scan for the newlines,