lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev PATCH [dev21]: source caching


From: Leonid Pauzner
Subject: Re: lynx-dev PATCH [dev21]: source caching
Date: Sun, 11 Apr 1999 22:19:42 +0400 (MSD)

11-Apr-99 12:46 Scott Bigham wrote:
> On Sun, 11 Apr 1999, Leonid Pauzner wrote:

>> One (minor) problem: keeping a temporarily files for sources cache
>> we need to be sure to clean these files on exit. Currently it implemented
>> in HText_free() but atexit(free_all_texts) was recently ignored
>> without LY_FIND_LEAKS.

I think there is no strict correlation between the number of cached sources
and the number of cached HText's, the only thing currently is a recicling
mechanism associated with HText_free(). In fact, we may want to decrease HText
cache till 3-4 elements but expand the size of cached sources. This will
require a different lists for these objects. So we could solve the problem of
deleting of temp files separately from free_all_texts.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]