[thelist] Rotating images with ASP

Jason Cartwright mail at jasoncartwright.com
Tue Oct 22 00:35:00 CDT 2002


> It's no different than the web server opening the file and
> writing the contents to a socket connection to the client

Yes it is - running the whole image through the ASP parser would
obviously be dramatically slower than just serving it via the web
server.

Your trying to tell me that -

File System > ASP > Web Server > Client
is the same as...
File System > Web Server > Client

Even with output caching on the ASP... it isn't

Jason
www.jasoncartwright.com




More information about the thelist mailing list