Christopher Schultz wrote:
I would seriously recommend re-working your site so that all content is
dynamic, and comes directly from your database.

I agree with this. Note that if you put lots of files in file system you will degrade app performance in most cases. It is faster to do "select * from table where hashvalue='user1185'" than to read /webapps/yourapp/user1185/index.jsp".

You can do in memory caching of frequently used database data to improve app's performances.

Database app has one big advantage - scalability. In case your app is slow you can easily make database replication and improve your app performances.


--
Mladen Adamovic
http://www.online-utility.org http://www.cheapvps.info
http://www.vpsreview.com





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to