[Citadel Development] load testing...

2007-11-26 Thread dothebart
you could do several things... * try to open many similar connections to SMTP (spam attack) * try to co- nfigure/pile --with-gprof and chec whether you can find hotspots in the threadding model... * use mstone to create imap sessions, pop sessions, smtp-sessions. (mstone.sf.net) 

[Citadel Development] (no subject)

2007-11-26 Thread IO ERROR
Oh, it's make install*-new, eh? That explains a lot. Maybe I don't have to change much after all...

[Citadel Development] Citadel commit log: revision 5785

2007-11-26 Thread davew
r5785 | davew | 2007-11-26 20:21:13 -0500 (Mon, 26 Nov 2007) | 7 lines Changed paths: M /trunk/citadel/citserver.c M /trunk/citadel/server_main.c M /trunk/citadel/sysdep.c M /trunk/citadel/sysdep_decls.h Now do ga

[Citadel Development] Citadel commit log: revision 5784

2007-11-26 Thread davew
r5784 | davew | 2007-11-26 19:14:04 -0500 (Mon, 26 Nov 2007) | 2 lines Changed paths: M /trunk/citadel/sysdep.c Create all worker threads with the name "Worker Thread" -

[Citadel Development] Citadel commit log: revision 5783

2007-11-26 Thread davew
r5783 | davew | 2007-11-26 17:03:59 -0500 (Mon, 26 Nov 2007) | 5 lines Changed paths: M /trunk/citadel/sysdep.c M /trunk/citadel/sysdep_decls.h Threads now have load averages of sorts. Hopefully this will allow some thr

[Citadel Development] Citadel commit log: revision 5782

2007-11-26 Thread davew
r5782 | davew | 2007-11-26 15:38:41 -0500 (Mon, 26 Nov 2007) | 4 lines Changed paths: M /trunk/citadel/server_main.c M /trunk/citadel/sysdep.c M /trunk/citadel/sysdep_decls.h Now we have a thread state for blocked. O

[Citadel Development] Citadel commit log: revision 5781

2007-11-26 Thread davew
r5781 | davew | 2007-11-26 14:43:08 -0500 (Mon, 26 Nov 2007) | 3 lines Changed paths: M /trunk/citadel/sysdep.c Prevent CtdlThreadCancel on garbage collector. -

[Citadel Development] Citadel commit log: revision 5780

2007-11-26 Thread davew
r5780 | davew | 2007-11-26 14:39:52 -0500 (Mon, 26 Nov 2007) | 2 lines Changed paths: M /trunk/citadel/sysdep.c Now the garbage collection thread is in the thread list too.

[Citadel Development] (no subject)

2007-11-26 Thread IGnatius T Foobar
>did we add a way to terminate the indexer thread now? could be >usefull to have deterministic shutdown time here... The indexer thread still needs to save its work before it goes away. That's what it's doing when it flushes its cache. There's no speeding that up, unless you want i

[Citadel Development] (no subject)

2007-11-26 Thread davew
Mon Nov 26 2007 02:54:36 EST from [EMAIL PROTECTED] did we add a way to terminate the indexer thread now? could be usefull to have deterministic shutdown time here...maybe that was the trouble why users didn't find it shutting down as it should? The indexer thread would need some calls to Ctdl