(begin quote)

In the last week or so I've noticed a new behavior on the part of
1.70r3 ... I have cfg set up for "safe" parallel downloads of images.

I get a rather weird message on some pages [the page in the URL was
visited for the first time today, yet I got it there] and a "soft
lock" on page download.  The "soft lock" can be broken by simply
"terminating download"; with the page at the URL, and all others I can
remember off hand, the page is then rendered correctly and no images
are missing.  So it would see that the problem is not *actually* with
downloading an image.

The message:  Waiting for parallel image download to finish  -30473 of
-30473

That's right, those are minus signs.

http://actuate.com/templates/articleview.asp?Article_id=483

Anyone wants to try it and see what happens, be my guest. <G>

l.d.
-- Arachne V1.70;rev.3, NON-COMMERCIAL copy, http://arachne.cz/
(end of quote)

I remember once recently waiting for Arachne to finish a negative-sized
download:

http://www.polywell.com/products_2.html

Waiting for parallel image download to finish ... (-29558 of -29558)

L.D., read through that quoted-printable-encoded Web page, and check those long
lines, especially around column 128.  They're not coming through right, one
character is being dropped.

                settings 
=3D'height=3D'+h+',width=3D'+w+',top=3D'+TopPosition+',left=3D'+LeftPosition+',scrollbars=3D'+scroll+',resizable'
(missing ')

                <td colspan=3D"2"><a href=3D"/"><img src=3D"/navimages/home_logo.gif" 
width=3D"191" height=3D"53" border=3D"0"></a></td>  missing space?
                <td colspan=3D"7"><nobr><a class=3D"menu" href=3D"javascript:void(0)" 
onMouseOver=3D"popUp('elMenu1',event)" onMouseOut=3D"po   missing space?
Down('elMenu1')"><img src=3D"/navimages/corporate.gif" width=3D"90" height=3D"19" 
border=3D"0"></a><a class=3Dmenu href=3D"java        missing s
cript:void(0)" onMouseOver=3D"popUp('elMenu2',event)" 
onMouseOut=3D"popDown('elMenu2')"><img src=3D"/navimages/products.gif" wi        
missing d
th=3D"99" height=3D"19" border=3D"0"></a><a class=3D"menu" href=3D"javascript:void(0)" 
onMouseOver=3D"popUp('elMenu3',event)" o        missing n?
MouseOut=3D"popDown('elMenu3')"><img src=3D"/navimages/soultions.gif" width=3D"111" 
height=3D"19" border=3D"0"></a><a class=3D"        missing m?
enu" href=3D"javascript:void(0)" onMouseOver=3D"popUp('elMenu4',event)" 
onMouseOut=3D"popDown('elMenu4')"><img src=3D"/navimage
/partners.gif" width=3D"108" height=3D"19" border=3D"0"></a><a class=3D"menu" 
href=3D"javascript:void(0)" onMouseOver=3D"popUp(
elMenu5',event)" onMouseOut=3D"popDown('elMenu5')"><img src=3D"/navimages/support.gif" 
width=3D"102" height=3D"19" border=3D"0"
</a></nobr></td>

Some of those quoted-printable lines go beyond 128 characters.  I hope you can
read my comments past the end of these lines.  It might perhaps not make any
difference decoding and viewing the Web page in Arachne, since Arachne doesn't
(yet) do Javascript.

Reply via email to