We are using a VPS server in our company and we're moving our clients' sites to our new server. The resources usage looks fine now, but I assume it will get higher when we move more sites into the server. We have 2 static IP addresses and we mostly use only one of them.

I was wondering if we migrate more sites to the 2nd IP address, would it help reduce resource usage?
What are the ways to reduce the resource usage?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No, logical changes like that will have no impact on physical resource usage.

You can reduce resource usage in all the typical ways:

  • Efficient code/queries
  • Caching
  • Separate static and dynamic content
link|improve this answer
ok. thanks a lot – Onur Nov 30 '11 at 14:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.