This is way OT but...

Speed test are showing (I've got a cable modem connection):

 Opera 6.04 downloads at a consistent ~1700 kilobits/second.
 IE 6.0.2800.1106 downloads at an inconsistent ~450 kilobits/second.

I was compelled to do the comparisons after noticing that file downloads on
Opera are consistently at much better speeds than IE. So here are the
questions:

1. Anyone else get the same results (test I used:
http://www.austin.rr.com/speedtest/speed.asp)
2. How do they do it? It's the same file, same connection. What's the
mechanism?

Any comments appreciated. Just really curious. And feel free to email me
off-list.

-Dan

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 9:21 PM
To: Tomcat Users List
Subject: Re: JDBC authentication




On 21 Jan 2003, Ed Robbins wrote:

> Date: 21 Jan 2003 21:49:00 -0500
> From: Ed Robbins <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: JDBC authentication
>
> This was exactly my problem, I moved the security constraint out of the
> server.xml file and put it into the web.xml for the web app and it
> magically started working:-)  The only problem I have now is that I
> can't do a blanket url-mapping like
>
> <url-mapping>/*</url-mapping>
>
> or
>
> <url-mapping>/IpnDownload/*</url-mapping>
>

What's a <url-mapping>?  The valid element in a web.xml file is
<url-pattern>, and either of the above would be valid.  But "/*.jsp" would
not be valid -- you have to use "*.jsp" instead.

Craig


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to