dmoore1200 Posted December 18, 2003 Share Posted December 18, 2003 Im curious how powerful php and mysql can be. At what point would mysql get overloaded? Any tips on how to make sure i dont crash the server? Im running 4 programs each on a seperat mysqle database. What should i do to make certain i dont experience downtime? Thanks Dave Quote Link to comment Share on other sites More sharing options...
sirmanson Posted December 18, 2003 Share Posted December 18, 2003 This depends on TONS of different things, but here are a few to watch our for : 1) Your server - Is it shared amongst other users? How fast is the CPU/Disk/Memory? 2) How well optimized are your queries, table structures, indexes etc.. 3) Are you using persistent connections? 4) Do you have other applications running on the server? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.