From: Cameron Dale Date: Thu, 21 Feb 2008 03:03:28 +0000 (-0800) Subject: Another new TODO item. X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=b68a1ebc0bbe79c8f9d3981ed83ef0ffcf201752 Another new TODO item. --- diff --git a/TODO b/TODO index ec9a6ce..ff65f9a 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,14 @@ Various things need to done to comply with the newly defined protocol: - standardize the error messages (especially for a bad token) +Reduce the memory footprint by clearing the AptPackages caches. + +The memory usage is a little bit high due to keeping the AptPackages +caches always. Instead, they should timeout after a period of inactivity +(say 15 minutes), and unload themselves from meory. It only takes a few +seconds to reload, so this should not be an issue. + + Packages.diff files need to be considered. The Packages.diff/Index files contain hashes of Packages.diff/rred.gz