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...
Udo Kuhnt
048321887-0001@...
Oct 8, 2008 8:32 pm
4083
Small bugfix in FTP.C if(uploadfile) strcpy(cache->locname,"FTP.LOG"); else { //!!glennmcc: Oct 22, 2008 -- strchr() was preventing the use of 'CachePath...
How come that the text on this page http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=PostComments.Profiles-Cm is displayed as a very narrow...
Udo Kuhnt
048321887-0001@...
Nov 22, 2008 3:39 pm
4086
... Yes... the problem is tables..... here's how to fix it. <input type='hidden' name='action' value='comment' /> <input type='hidden' name='order' value='' />...
... Can I download an update with that fix in it? Go placidly amid the noise and haste, and remember what peace there may be in silence. "Desiderata", Max...
Hi Glenn, ... IMO the problem is not the HTML code on that page but rather how Arachne handles it. According to my HTML book, tables within other tables are ...
Udo Kuhnt
048321887-0001@...
Nov 23, 2008 10:26 am
4089
... Fine... have it your way ;-) http://www.glennmcc.org/tablefix.zip http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=PostComments.Profiles-Cm...
... http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=PostComments.Profiles-Cm That's great! Do you also tell us how you have performed that...
Udo Kuhnt
048321887-0001@...
Nov 23, 2008 6:07 pm
4091
... I could tell you how I did it... but then I'd have to kill you. ;-) Seriously tho.... The prblems was simply that when a text are has its scrollbars ...
... "The impossible he does immediately. Miracles take a little longer." Go placidly amid the noise and haste, and remember what peace there may be in silence....
... More or less true all of it. The development list is almost dead. I personally have way too much to do, but I've actually had a little time over last week...