Speed up injecting

2001-07-04 Thread Gianni Campanile
Hi, my (basic) installation of qmail works fine. My problem is to speed up the injection of mails. The system I am setting up must send mail to different people based on external triggers, so in peak times it must send up to 1 different mails to different recipients as soon as

Re: Speed up injecting

2001-07-04 Thread Peter van Dijk
On Wed, Jul 04, 2001 at 11:29:58AM +0200, Gianni Campanile wrote: [snip] 1) Solaris (Slowlaris); 2) Only one process can injects the mails, so there is no concurrency on the injection phase. I've tried to use qmail-queue directly, but I gained very little. It seems that the bottleneck

Re: Speed up injecting

2001-07-04 Thread Gianni Campanile
, July 04, 2001 11:34 AM Subject: Re: Speed up injecting On Wed, Jul 04, 2001 at 11:29:58AM +0200, Gianni Campanile wrote: [snip] 1) Solaris (Slowlaris); 2) Only one process can injects the mails, so there is no concurrency on the injection phase. I've tried to use qmail-queue directly

Re: Speed up injecting

2001-07-04 Thread Peter van Dijk
On Wed, Jul 04, 2001 at 11:53:02AM +0200, Gianni Campanile wrote: For 1): use a real OS. No chance, it's not my choice and it is a constraint. For 2): divide your list in 10 parts of 1000 emails (for example) and handle these normally, but all at the same time. As I said there is only

Re: Speed up injecting

2001-07-04 Thread Charles Cazabon
Gianni Campanile [EMAIL PROTECTED] wrote: You want a solution, but you don't like changing anything in your setup. I can't change OS. Yes, you can. You simply choose not to, or choose not to bother making the case to your superior. You asked for speed, and Felix pointed out one of

Re: Speed up injecting

2001-07-04 Thread Henning Brauer
On Wed, Jul 04, 2001 at 11:29:58AM +0200, Gianni Campanile wrote: Unfortunately, I have two constraints: 1) Solaris (Slowlaris); uh-oh. 2) Only one process can injects the mails, so there is no concurrency on the injection phase. I've tried to use qmail-queue directly, but I gained very

Re: Speed up injecting

2001-07-04 Thread Peter van Dijk
On Wed, Jul 04, 2001 at 05:16:41PM +0200, Henning Brauer wrote: [snip] Someone posted a perl module called qspam or so calling qmail-remote directly and only injecting into the queue if this fails. This should speed up things dramatically. Only when done massively parallel, ofcourse. Greetz,

Re: Speed up injecting

2001-07-04 Thread Peter van Dijk
On Wed, Jul 04, 2001 at 08:17:36AM -0600, Charles Cazabon wrote: [snip] qmail-queue takes multiple recipients for a single message; extending it to handle multiple messages would be complicated and pointless. And would *only* benefit Solaris users who are too lazy to migrate to something that

Re: Speed up injecting

2001-07-04 Thread Scott Gifford
Gianni Campanile [EMAIL PROTECTED] writes: [...] My problem is to speed up the injection of mails. The system I am setting up must send mail to different people based on external triggers, so in peak times it must send up to 1 different mails to different recipients as soon as