# Service

1. 漫画 | 都是搬砖的打工人，差距怎么这么大呢？ <https://mp.weixin.qq.com/s/bUNnZxUKrktF0Wu3WGzfmw>
2. ![image-20210107192635846](/files/-MQRbXcDSujtS9rWAGbX)
3. MOST POPULAR BACKEND FRAMEWORKS – 2012/2020

   <https://www.statisticsanddata.org/most-popular-backend-frameworks/>

   相比于国内 Java php，国外的服务端 选择多得多
4. 常见的负载均衡实现场景:

   1. DNS 层面
   2. 服务层面 负载均衡服务器, 比如 Nginx
   3. 硬件层面 , 比如 F5

   Load Balancers have different strategies for distributing the load across a set of backends.

   1. Round Robin Distribute load equally, assumes all backends have the same processing power.
   2. Weighted Round Robin Additional weights can be given considering the backend’s processing power.
   3. Least Connections Load is distributed to the servers with least active connections.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thinking.simonaking.com/tags/service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
