ข้ามไปที่เนื้อหาหลัก

How to Scale to 1 Billion Request in your webapplication ?

 How many requests does Wikipedia handle?

  • 225 million / 86400 = 2,604 page views per second
  • 225 million x 30 = 6.75 billion page views per month

How many requests does Facebook handle?

  • 100 billion / 86400 = 1.15 million requests per second
  • 100 billion x 30 = 3 trillion requests per month
How many requests does Youtube handle?
  • Queries per day  = 1Million units
  • Queries per 100 sec per user = 300,000 units/100sec/user
  • Queries per 100 seconds = 3,000,000
How many requests does Google handle?
  • 99,000 searches every single second (Internet Live Stats, 2022). 
  • This makes more than 8.5 billion searches a day (Internet Live Stats, 2022)
  • averages 63,000 search queries per second (2021)
How many requests does LinkId handle?

How many requests does MySQL handle?
  • 50,000 simple queries per second commodity server hardware
  • 2,000 queries per second single correspondent on a Gigabit network

Case Study:
  • Drogon-core  1,752,184,836,000 requests per month. 
  • Facebook  3,000,000,000,000 requests per month (And in 2010)


ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

Anvil แฟลต์ฟอร์ม สำหรับ Python Full Stack มีครบ จบในเครื่องมือเดียว

Anvil แฟลต์ฟอร์ม สำหรับ Python Full Stack มีครบ จบในเครื่องมือเดียว Avil เป็นแฟลต์ฟอร์มสำหรับสร้างเว็บแอพลิเคชั่น ด้วยภาษา python สามารถใช้งานทั้ง HTML CSS JavaScript SQL ทั้งหมดนี้รวมในเครื่องมือที่ชื่อว่า Anvil Python ใช้สำหรับรันบนบราวเซอร์ เซอร์เวิรส์ และสร้าง UI ด้วยวิธีการ Drag-and-Drop เพียงลากวาง UK และยังสามารถเชื่อมต่อและใช้งาน Database  และยังสามารถ Integration กับแฟลต์ฟอร์มอื่นๆ ได้อีกด้วย โครงสร้างของ Anvil  การออกแบบง่ายๆ ด้วย drag-and-drop ใช้ python เป็น client-side และรันบน บราวเซอร์ Server-side รันบน Anvil Server สามารถใช้ Database ต่างๆ เพื่อเก็บข้อมูล สามารถรัน python บนเครื่องและตอบโต้กับแอปพลิเคขั่นไดด้

SaaS API-Base Definition, Benefits, Challenges, Problems and Goal for Innovation

What is an Application Programming Interface? API is a set of protocols, standards, and tools that allow two or more software applications to connect and share specific data. API  What is API-Base Saas? API-based SaaS is a software application hosted in the cloud. Users and other programs can access the software’s features, data, and functions via an API instead of a user interface. API refers to the software delivery model as a SaaS Application's functionalist and features are exposed and made to customers through APIs. This combination of the business model of technology on a cloud-base.   This is an integration Service on the cloud provider The Benefits of API-Base SaaS User Experience  Simplifies Development  Increases Accessibility Flexible and Scalable  The Challenges of API-Base SaaS Startup Performance  Integration  Security Pricing What’s The Difference Between SaaS And An API? RPC APIs.  WebSocket APIs. SOAP APIs. REST APIs. The Too...