This is a resend of a message I have sent to Glenn McCorkle. I am also posting it on this list in case anyone else has any ideas. The attachments have been...
Greg Mayman
gmone@...
May 8, 2006 11:42 pm
2311
Hi all, Well, to me (bear in mind I am rather jet-lagged at the moment, and hence my brain is not yet thinking clearly;-), this is indeed a bug. I seem to...
Hi Greg, et al. Quickly looking at the HOTLSMAN.C source code (in USRC169U.ZIP), there are two apparent limitations with the HOTLIST.HTM size. Firstly, each...
... printf("</TITLE></HEAD><BODY %s>\n", bs); //!!glennmcc: begin Apr 10, 2002 //!!glennmcc: June 30, 2002.... removed, bad idea :( // printf("<ARACHNE...
... I'm surprised that the 512 line limit cuts me down to under 200 entries, as each entry should be on a single line. ... No I don't have a compiler. If you...
Greg Mayman
gmone@...
May 31, 2006 12:12 am
2315
Ahhh ... so _that_ was the "undesirable side-effect" ! Thanks for the info., Glenn. Anyway, IMHO, the correct functionality is not to cache directory listings,...
OK, Greg, You are quite right that a limit of 512 lines should allow for more than sub-200 entries for the HOTLIST.HTM file. I had in the back of my mind that...
I have a feeling that the speed problem isn't in wwwman.exe itself but rather in the slow speed of the HDDs in the older machines. And of-course FDDs are even...
... Yeah, it seems fundamentaly wrong to cache any dir listing ever OTOH the speed issue with wwwman is bound to be difficult since so much work needs to be...
Hi Greg, et al. Well, I tried your _HOT1.HTM as HOTLIST.HTM, with the experimental HOTLSMAN build (2048 line limit, instead of 512) and unfortunately, this...
Hi Glenn, et al. Well, unless even a simple "dir" command is unacceptably slow, we cannot just blame the drive for any speed problems here. I think both the...
... I was starting to wonder whether it was me...... ... Ah, yes, that could have happened in the mailing. I should have sent then in a ZIP file to prevent...
Greg Mayman
gmone@...
Jun 1, 2006 11:16 pm
2322
OK then ... let's try an experiment, shall we ? <ggg> ... void dirlist(char *fspec, int pics) { char s[256]; char drives = 0; //!!glennmcc: Jun 01, 2006 --...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ArachneDevelopment group. File :...
ArachneDevelopment@ya...
Jun 2, 2006 8:30 am
2324
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ArachneDevelopment group. File :...
ArachneDevelopment@ya...
Jun 2, 2006 8:34 am
2325
Hi Greg, et al. I think I've found the problem! :-) There's a constant in 'arachne.h' called MAXQUERY, which presently has a value of 16000. That's about the...
... I suspect that constant sets the amount of memory available for writing the new hotlist. I did a similar job with BASIC where only a _very_ limited amount ...
Greg Mayman
gmone@...
Jun 5, 2006 4:44 am
2327
Couple of thoughts I had while reading this ... (Yeah, I still do occassionally) Letting the software grind it all together sorta leaves the user out ... i.e....
Hi Glenn, et al. Well, actually, for a very long time now, I've been wanting to fix up a few things in 'wwwman', but never given it sufficient priority to...
Hi Roberto, As you may recall, the problem I found with FreeDOS compatibility was with the following line in 'mime.cfg' : file/apm.dgi >HTM|[100]copy...
... I have written a BASIC program to sort the lines into alpha order; not an easy task as the part on which the sort is to be done is buried some way down the...
Greg Mayman
gmone@...
Jun 13, 2006 1:17 am
2333
Hi all, I forgot to forward this message from Roberto a few days ago ... It seems ROM-DOS is available for download and works with Arachne ... Joe....
Hi folks, Well, I haven't yet managed to resurrect my 386SX machine for testing the speed of 'wwwman' (a lot more work is required for this;-), so instead,...
here is a link to the bootdisk: http://dl3.uploadgalaxy.com/files/ddd084ab93ba/rd1588.zip.html dos image tool included. use winimage if you are on windows. try...
Hi Roberto, et al. It's good to see someone trying to do this, because many people have wanted this feature, but few have attempted a solution. <g> The basic...
... First! ... My core basicaly does that already. Since I have all connection settings executed externaly, basicaly you just set: Connection conn1.bat ... and...