From 30aadf4e24e333d130d391ee38aa1e7e763af871 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 20 Jun 2010 23:09:09 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Changelog.wiki | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wiki/Changelog.wiki b/wiki/Changelog.wiki index 3c44632..84b2246 100644 --- a/wiki/Changelog.wiki +++ b/wiki/Changelog.wiki @@ -2,10 +2,11 @@ #labels Featured === 2.80 === - This versions consists of some under-the-hood changes, no functionality added. Changes are significant however. + This versions consists of some under-the-hood changes, no functionality added. Changes are significant however. -* PPSS does not use local locking of items anymore. The central listener process is the one that requests new items and start a new worker after the previous one finished. Locking is only used when operating in distributed mode. -* Fixed issue 32: when processing large number of items, lots of memory is consumed because all items are loaded into an array. This is no longer the case. PPSS now uses 'sed' to read a particular line from an input file containing all the items. Therefore, the memory footprint of PPSS remains small. + * PPSS does not use local locking of items anymore. The central listener process is the one that requests new items and start a new worker after the previous one finished. Locking is only used when operating in distributed mode. + + * Fixed issue 32: when processing large number of items, lots of memory is consumed because all items are loaded into an array. This is no longer the case. PPSS now uses 'sed' to read a particular line from an input file containing all the items. Therefore, the memory footprint of PPSS remains small. === 2.65 ===