On Wed, 2009-06-03 at 16:23 -0700, John Hardin wrote: > On Thu, 4 Jun 2009, Karsten Bräckelmann wrote:
> > > user_scores_dsn DBI:mysql:spamassassin:localhost > > > user_scores_sql_username spamuser > > > > Any chance your SQL backend actually is the culprit and taking way too > > long? > > Especially if it's all on the same box with only 1GB of RAM? > > That box is beginning to sound memory starved. I bet it's hitting swap. Oh, come on -- with the newly introduced 20 spamd children (if I understood that correctly), we'll be able to observer that rather soon. ;) Well, I asked for the output of 'free' before... *shrug* -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}