On Apr 16, 2009, at 4:49 PM, Atif Ghaffar wrote: Problem: Too much memory usage, too long to load the pages, etc 30,000 projects and 20,000 users are indeed large numbers. What sort of backend are you using? That is, what DBMS running on what platform? I ask because web applications, particularly those written in PHP perform a lot of server side operations, so the host system config is the major part of performance. For the sake of providing context, I have been working on an application that implements a custom version of TAL commands for server side processing. TAL isn't too different from how PHP works. We have noted the obvious: the time to load a page is directly proportional to the number of server side actions, i.e. embedded commands, and the resultant page size returned to the browser. - Mark |
------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
