[Ilugc] Re: A little help

  • From: lug@xxxxxxxxxxxxxxxxxx (Chandrashekar Babu)
  • Date: Fri Sep 10 22:07:24 2004

Ankit Malhotra writes:

Please tell me should i go for persistent connections or not. The web
site will get a max load of 400 concurrent connections. 

Always use persistent connections to speed up database access. You might 
also want to use/implement some form of connection pooling and result-set 
caching to further improve the website performance and response during heavy 
load. 

Cheers,
Chandrashekar Babu.

Other related posts: