Today I want to talk about the performance testing. Automated web application testing is not very rare these days. This includes functional, unit and regression tests at minimum. A good web application delivery approach normally includes a continuous integration setup to run automated tests. Every...
When it comes to select a Content Delivery Networks (CDN) there are many factors you need to consider such as performance, availability, scalability, reliability, pricing model, features, SLA etc. In my opinion performance and pricing are key in the decision making process.
Performance
CDN performance...
Notes plus thoughts from my recent read Cassandra: The Definitive Guide. Common ways to solve scalability bottleneck with relational databases,
Throw More/better Hardware (memory And Cpu)
* Vertical scaling
* Faster disks (SSD vs RAID)
Move To A Database Cluster
*
With master-slave configuration:
* Master is now...