From 1ef40bfe27b98becb2556a65e65f1f8d193e6189 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 4 Nov 2003 16:10:00 +0000 Subject: [PATCH] Solved the most critical performance problems. - +Performance (currently 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM) +captive-install-acquire/gnome-vfs-httpcaptive rarely locks up during download. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 7fcc7e6..6f78145 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,8 @@ $Id$ Known Bugs ---------- -Low performance, big memory consumption; Writing 50KB/s, needs ~50MB of RAM. -captive-install-acquire should retry broken httpcaptive:// connections. +captive-install-acquire/gnome-vfs-httpcaptive rarely locks up during download. + - captive-install-acquire should retry broken httpcaptive:// connections. libcaptive/cc/ mmap(2)s whole SharedCacheMap; ext2fsd maps whole disk area! STATUS_LOG_FILE_FULL should be handled everywhere; not just file_write(). User-specifiable proxy for captive-install-acquire (not just the GConf one). @@ -31,3 +31,4 @@ Move sandbox master 'directory_read' bufering from sandbox/ to client/. Move sandbox master 'file_seek' 'offset' maintenance from sandbox/ to client/. Replace cabextract for the newer and LGPLed libmspack. 'captive_options' and 'captive_options_module' should be referencible GObject. +Performance (currently 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM) -- 1.8.3.1