[thelist] Rotating images with ASP

Jason Cartwright mail at jasoncartwright.com
Sun Oct 20 13:16:01 CDT 2002


> Eh? The same logic happens -- on the server - whether the
> code's in the ASP html page itself or in the "image.asp"
> program. Why'd one be faster than the other?

See below - 2 calls are better than 3...

> And it's two server requests either way - one for the page
> and one for the image...

The method suggested would be three requests -

1. HTML page
2. ASP page. Which then redirects (HTTP 302) to...
3. Image file.

Hence three lines in the log file, and more work for the server.

Jason
www.jasoncartwright.com




More information about the thelist mailing list