Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Simone Piunno
On Thu, Oct 31, 2002 at 07:03:50PM -0800, Dan Mick wrote: > The problem's affecting me badly right now too. So far it seems that the > holdup is in the 'date.html' index file processing; everything else is > finished, but the "bin/qrunner -r Arch -o" process has lost its little mind > trying t

Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Danny Terweij
From: "Dan Mick" <[EMAIL PROTECTED]> > Barry A. Warsaw wrote: > > A quick fix for the Archiver problems, until I can debug them more is > > to add the following in ArchRunner.py, just under the "class > > ArchRunner" line: > The problem's affecting me badly right now too. So far it seems that th

Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Danny Terweij
From: "Simone Piunno" <[EMAIL PROTECTED]> > > The problem's affecting me badly right now too. So far it seems that the > Ok, I believe this is because of my patch for i18n in archives. > Do you feel like trying this patch? > It should speed up things a lot > Index: HyperArch.py > ==

[Mailman-Developers] python.org mailing list memberships reminder(fwd)

2002-11-01 Thread Dale Newfield
I'm guessing from this (and the settings I've got on these lists) that setting the "Get password reminder email for this list?" flag to "No" doesn't work. -Dale -- Forwarded message -- Date: Fri, 01 Nov 2002 05:00:22 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: pyth

Re: [Mailman-Developers] CVS glitch.

2002-11-01 Thread Barry A. Warsaw
> "bob" == <[EMAIL PROTECTED]> writes: bob> Perhaps the docs on the website should be updated to reflect bob> these commands, so others don't have the same problems. Thing is, -A usually /shouldn't/ be necessary unless folks are trying to checkout a specific branch, tag, or date.

Re: [Mailman-Developers] CVS glitch.

2002-11-01 Thread Dan Mick
Barry A. Warsaw wrote: "bob" == <[EMAIL PROTECTED]> writes: bob> Perhaps the docs on the website should be updated to reflect bob> these commands, so others don't have the same problems. Thing is, -A usually /shouldn't/ be necessary unless folks are trying to checkout a specific bran

Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Dan Mick
Simone Piunno wrote: On Thu, Oct 31, 2002 at 07:03:50PM -0800, Dan Mick wrote: The problem's affecting me badly right now too. So far it seems that the holdup is in the 'date.html' index file processing; everything else is finished, but the "bin/qrunner -r Arch -o" process has lost its littl

Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Dan Mick
Dan Mick wrote: Simone Piunno wrote: On Thu, Oct 31, 2002 at 07:03:50PM -0800, Dan Mick wrote: The problem's affecting me badly right now too. So far it seems that the holdup is in the 'date.html' index file processing; everything else is finished, but the "bin/qrunner -r Arch -o" process

Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Dan Mick
Dan Mick wrote: Barry, wasn't there some Python instrumentation trick for using the GC to find unreferenced objects and complain, or invoking GC manually in a loop to try to alleviate such problems?was it in the gc module?... Adding this: --- /usr/local/src/mailman/Mailman/Archiver/piperm

Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-11-01 Thread Martin Whinnery <[EMAIL PROTECTED]>
On Wed, 30 Oct 2002, Greg Ward wrote: > > What I'd really like to do is have lists EITHER populate in the normal > > file way OR populated from LDAP. I was thinking I might use an address > > like > > Err, define "populate". Is this a one-time thing? Or do you want the > list membersh

Re: [Mailman-Developers] More extend.py questions

2002-11-01 Thread Martin Whinnery <[EMAIL PROTECTED]>
On Wed, 30 Oct 2002, Greg Ward wrote: > On 30 October 2002, Martin Whinnery said: > > Please indulge a python virgin. Barry has advised someone to 'overload > > the Load & Save function' in extend.py . Would someone help me with a > > little sample? It doesn't need to do anything useful, just re

Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-11-01 Thread Martin Whinnery <[EMAIL PROTECTED]>
On Wed, 30 Oct 2002, Greg Ward wrote: > > What I'd really like to do is have lists EITHER populate in the normal > > file way OR populated from LDAP. I was thinking I might use an address > > like > > Err, define "populate". Is this a one-time thing? Or do you want the > list membership to alw

Re: [Mailman-Developers] More extend.py questions

2002-11-01 Thread Martin Whinnery <[EMAIL PROTECTED]>
On Wed, 30 Oct 2002, Greg Ward wrote: > On 30 October 2002, Martin Whinnery said: > > Please indulge a python virgin. Barry has advised someone to 'overload > > the Load & Save function' in extend.py . Would someone help me with a > > little sample? It doesn't need to do anything useful, just rep

Re: [Mailman-Developers] re: Much cpu/memory load

2002-11-01 Thread Dan Mick
Sigh. This isn't making life any easier trying to debug the "Archiver eats my machine" problem: self._open_index_file_as_stdout(arcdir, hdr) Any tricks for using pdb with a program that wants to steal stdout? (it's the first invocation of _update_simple_index, the one for the Date inde