Re: Performence problem in lazarus

Udi Mottelo <[email protected]> Tue, 6 Jun 2006 04:50:50 +0200 (Jerusalem Standard Time)
Newsgroups gmane.comp.security.forensics.tct
Message-ID <Pine.WNT.4.64.0606060437040.864@mrngd-pc>
 	I'm tring to do the minimum.  Just add three lines
 	after line number 317 in lazarus (tct 1.16):

 		$block_num++;
 		$subdirs = $block_num % 10000;
 		$blocks = $blocks/$subdirs;
 		$www = $www/$subdirs;

 	Is it enough? or maybe I'm going to klutter?  (:-)

--Udi



On Wed, 31 May 2006, Joshua ben Jore wrote:

> On 5/30/06, Udi Mottelo <[email protected]> wrote:
>> 
>> THE SOLUTION:
>>
>>         I suggest to adopt the terminfo way or some mail spool way ie
>>         split the blocks dir to subdirectories by prefix of the filename.
>
> I did this to my local copy of tct years ago. I just downloaded a new
> copy of tct and was looking at patching it for you. I also fixed some
> unchecked system calls like close() and print(). If you wait a day,
> I'll send the patch to the list.
>
> Josh