Slow program exit on Dec Alpha 4.1 OSF

renez at lightcon.xs4all.nl renez at lightcon.xs4all.nl
Mon Jul 29 16:18:49 EDT 2002


Chris Liechti <cliechti at gmx.net> wrote:
> renez at lightcon.xs4all.nl wrote in news:ahsfsk$36a$1 at news1.xs4all.nl:

>> I'm trying to collect information from a cvs repository.
>> Basically I visit every RCS file in the repository
>>      get tags:version with line=file.readline
>>      and build up the following dictionaries 
>> 
>>      File[FileId] = name
>>      FileIndex[name] = (FileId , (branchetag (Bole, Bole)) )
>>      tag[name] = (tagid,counter)
>>      tagindex[tagid] = name
>>      filetag[FileId, tagid] = version
>>      tagfile[tagid, FileId] = version

> do you store a reference to the file object in one of those variables? do 
> you close the files after visiting them?
I close the file
> ...
>>      I cannot make head or tails out of this and  probably most
>>      of you also not out of this message ;-( too.

> maybe you could post some of the code or put it on a webpage, so that 
> people can comment on it.

I went back to the machine and did some rtfm and a
configure --with-dec-threads
Same thing/problem
configure without-threads
and the problem went away.

So I'm happy (for the moment)

> chris

> -- 
> Chris <cliechti at gmx.net>

thanks for the responses

Rene
-- 



More information about the Python-list mailing list