Arachne at FreeLists---The Arachne Fan Club! On Mon, 23 Jan 2006 17:38:40 -0500, Sam Ewalt wrote: > On Mon, 23 Jan 2006 18:48:14 -0500, Glenn McCorkle wrote: >> There did not used to be a limit of any kind in indexes. >> Insight.exe would convert the entire dir listing into an HTML file >> regardless of the number of files residing there. >> The problem lies in the memory capabilties of core.exe to then display >> thet HTML file. > Glenn, > So how did you manage to overcome this memory problem to get this > new, higher number of items index displayed properly? I could tell you how I did it... nbut then I'd have to kill you. <ggg> Seriously though... it was this easy to increase the number of messages that can be shown. --- in idxfast.htp --- #idxrow <B>$msgcnt:03$. $fromto$:</B> $msgfromto$ <B>Date:</B> $msgdate$ $msgsize$ kB<BR> <B>Subject:</B> <A HREF="reload:file:$filename$" REMOVABLE>$msgsubj$</A> <HR> #idxrow $msgcnt:03$. $fromto$: $msgfromto$ Date: $msgdate$ $msgsize$ kB<BR> Subject: <A HREF="reload:file:$filename$" REMOVABLE>$msgsubj$</A> <HR> ______________________ That was all...... just removed all of the HTML tags for 'bold'. This reduces the number of HtmlAtoms by 6 per message. Fewer atoms == less memory used per item == more items listed with the same amount of memory. -- Glenn http://www.delorie.com/listserv/mime/ http://www.cisnet.com/glennmcc/ http://www.law.cornell.edu/constitution/constitution.table.html Arachne at FreeLists -- Arachne, The Web Browser/Suite for DOS and Linux --