Kayıtlar

Aralık 22, 2014 tarihine ait yayınlar gösteriliyor

Threads Affect Scalability güzel bir konu

Resim
Bu alıntıyı bu kitaptan yaptım. Buradan satın alabilirsiniz Link  İşimizin can alıcı noktasına çok değerli bir açıklama ile örnek vermiş. Bir sistemin nasıl çalıştığını bilirseniz size dönüşü sıradışı sonuçlar olacaktır. Her developerın bilmesi gereken bir iş akışı. Aksi hal performans arttıracam derken tahayyülün iğvasına dönüşebilir. Threads Affect Scalability  I’ve noticed that many large sites end up spending a lot of effort optimizing their systems in the wrong places. As an example, let’s say that you’re building a one-page site that should support 1,200 simultaneous users, with a response time of one second or less, and you have plans to scale-up later on to 120,000 users. During load testing, you reach your maximum acceptable response time after reaching 120 simulated users on a single CPU, and the CPU is 24% busy. As you increase the load, you find that CPU use stays the same, but response time increases. By the time you reach 1,200 users, response time is ten seconds—