Do many of you simply use the 4D webserver by itself and if so,
does it do well with the demand of static content?

One way to speed up an Active4D site is to put the static content in the web "decoy" folder, which is then served directly by 4D's web server without invoking On Web Connection (and thus Active4D).

Lately I have been using a structure something like this, where web_static is set as the web root in 4D's web server preferences:

Database
   web
      <some folders>
   web_static
      css
         <some css files>
      images
         <some images>

So a url /css/main.css or /images/foo.gif will come from the web_static folder.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to