Please take a moment today to remember those innocent people that lost their lives back in 2001. Also, the defenceless victims of Sudan, Rwanda, Iraq, Bosnia,...
When reading mail, occasionally Arachne will come up with a screen like the attached. Then spontaneously it will revert to the normal message display screen...
... Greg, I do not receive these emails but rather read the post online at.... http://tech.groups.yahoo.com/group/ArachneDevelopment/message/4054 Therefore, I...
Hi Greg, Glenn, et al. Alternatively (and I'd recommend this), send bug reports to "Arachne_Bugs@yahoogroups.com" (please do not publish this e-dress, so as to...
... Thanks. I'd forgotten about that site. It is now added to my e-dress book. Go placidly amid the noise and haste, and remember what peace there may be in...
You're welcome, Greg. Be vewy vewy quiet. I'm hunting wabbits. ;-) Actually, thanks to Glenn for pointing out to me just now, that automatic censoring of...
... Wascally ones, I suppose. ... I censored it myself, in deference to your comment about not revealing it. ... Are you talking about automagic or manual...
Hi Greg, et al. Thanks for manually censoring the Arachne_Bugs e-dress. When I wrote the posting earlier, I had thought all e-dresses were automagically...
****************** Final version of 'Turbo Code' *********************** _________________ in HTTP.C ___________________ <snip> if(tcpip && !httpstub) //if...
________________ Update to FTP portion (moved up higher in the file)________ ___(the original location caused problems with small FTP downloads _________ ...
... Great job Glenn, that's a great imporvement. I asked Jim Hall a few weeks ago if it was possible to add more than one fork of Arachne to the upcomming 1.1...
Modification and simplification of 'turbo charge' code in popget.c ... <snip> GlobalLogoStyle=2;//SDL set connect animation if (!tcp_open( socket, locport(),...
... Yeah, we're up to 300Kb/s in my core. I don't have better than dialup, so Glenn's doing the tweeking. ... For me it's mostly a question of respect. In our...
Ray Andrews
randrews@...
Oct 2, 2008 12:49 am
4068
Hi Glenn, good work increasing the DSL speed! With your new core I now get twice the throughput as before (70 KB/s instead of 30-35). :-) Though I am still a...
Udo Kuhnt
048321887-0001@...
Oct 3, 2008 10:17 am
4069
... Nope.... can't change it with a recompile. What is the max speed you get with Wget, Curl & the new Arachne for this file ---->...
... Murphy guarantees that you'll see your typos a fraction of a second after you push the Send button <GGGG> Go placidly amid the noise and haste, and...
Hi Glenn, ... would you please update the file asrc193.zip with your latest changes then? ... On my 2Mbps DSL line I get: with Wget: cca 230 KB/s (229-231) ...
Udo Kuhnt
048321887-0001@...
Oct 4, 2008 12:49 am
4073
... The newest SRCs are in ..... http://www.glennmcc.org/a193gpl/asrc193.zip Last-Modified: Wed, 01 Oct 2008 14:59:35 GMT Perhaps you can 'tweak' this thing to...
... I downloaded them on Sep 29th - seems like I missed the update by a day or two. ;-) ... I was able to raise the download speed for the test file to 80200...
Udo Kuhnt
048321887-0001@...
Oct 4, 2008 11:12 am
4075
... I'd suggest a malloc()ed buffer who's size is set via a keyword, that way dialup guys can just stick with the stock 2K buffer, which seems fine. Also,...
Ray Andrews
randrews@...
Oct 4, 2008 4:05 pm
4076
... What would the malloc() version look like? I suppose it would also need a corresponding call to free the buffer again, but where? ... I have looked at the...
Udo Kuhnt
048321887-0001@...
Oct 7, 2008 11:46 am
4077
... That is the problem I am running into with my attempts to use malloc() There's no problem allocating the memory for the buffer.... tcp_open(): char...
... What about allocating the buffer globally and just calling sock_setbuf in the routine authenticated_http? ... Well, for me it is quite the opposite. BTW,...
Udo Kuhnt
048321887-0001@...
Oct 7, 2008 9:04 pm
4079
... Yes... I have considdered that. Simply allocate the memory at start-up and leave it allocated. That would be the 'easy way out'. ;-) ... Wget v1.11.1 is...
One addition point..... Since the sock_setbuf() function in wattcplg.lib is an 'int' ..... int sock_setbuf( sock_type *s, byte *dp, int len ); Unless we...
... Thank you. :-) Hm, strange, it seems like Wget 1.11.1 is slower than my version, but I have to do more tests to be sure. Udo -- The DR-DOS/OpenDOS...