>Are you saying that the book had over 1,000 "chapters" you had to
>download separately?  Wow!

No ;)
It was just more convenient to do it this way (totaly some 300 files - .htm
and .gif). After packing it with RAR it could fit on a floppy (as opposed
to download 60M or so of .ps files and printing them :-)

>I just went and checked my cache vs. cache index; cache itself has 469
>files in it.  Cache index lists 274 files within 256 entries.

469 files of what extension? If that was all the files then the number
should be divided by two (and you're then under 256).

>IOW, cache can hold more than 256 files ... but unless you know what
>you're looking for you may not be able to find it since index stops
>keeping track at 256 entries [each entry is rather complex and can show
>URL, file name, modified file name, etc].

You mean this (not all that complex IMHO):

struct HTTPrecord
{
 char URL[URLSIZE];    // Uniform Resource Locator
 int x;                // coordinates where the document was last displayed
 long y;               //
 long size;            // size in bytes
 char knowsize;        // logical - size is valid
 char mime[STRINGSIZE];// mime type
 char locname[80];     // full filename (after conversion to TXT,HTM,GIF,BMP)
 char rawname[80];     // full filename (before conversion)
 int handle;           // file handle
 long lastseen;        // last seen time
 char postflag;        // it is result of operation post
} cacheitem;

>If you ever tackle a project like that again, I suggest you save the
>file to a separate drive when given the save option.  And after a few
>downloads, while looking at the page you want to continue to access, you
>hit F8 and clear the cache.  If you save the files as they are
>downloaded, you don't have to keep the duplicate file in cache.

I could do that, preferly using my acopy.exe so it does it automatic -
pressing Q to download all links on a given page is so convienient. But
since the filenames where LFN I first need a LFN aware (when writing)
program (reading via WWWMAN I already have - still beta however). This
WWWMAN isn't made by me, a friend of mine did it and then his motherboard
stopped working (probably not related <G>) - and there seems to be a
shortage currently of Celeron CPUs (he's buying new CPU and RAM as well).
Is anyone even interested in this WWWMAN version? It currently only works
under W95 - LFNDOS has some problem with it and I haven't tried with
Calderas LFNB3.

Reply via email to