|
Posted by Vincent Delporte on 01/04/07 22:47
On 4 Jan 2007 10:00:53 -0800, "NC" <nc@iname.com> wrote:
>Most bottlenecks in Web applications come from the database
>sever anyway... Beyond that, it's basic programming: efficient
>memory use, fast algorithms, etc. Beyond that, it's pure system
>administration: use a PHP accelerator, consider enabling
>query cache, make sure you have adequate memory on your
>system, fine-tune your database server, etc.
Thanks a lot for the feedback. I'll see if I can write a prototype in
PHP then run it in *CGI and mod_php, then rewrite it as a Python-based
application server, and compare performances.
Cheers,
[Back to original message]
|