> Maybe a little off topic from A4D, but definitely web related... I've > always been disappointed at 4D's speed at serving pictures, especially > on my SSL pages. Today I played around with hosting the images only on > my 2003 Server using IIS. WOW, the results were great. I don't have > any hard metrics, but it's noticeable faster and it's got me thinking > it's a worthwhile endeavor to host all my static images from something > other than 4D.
The approach we use is to run all our requests through a "static" server and proxy the dynamic requests to our A4D server. We're using Webstar and its rewrite rules, but other web servers have similar technology. -- // Derrell Thomason // IT Programming Supervisor, x2642 // Pensacola Christian College <http://www.pcci.edu/> _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
