> For the complete documentation index, see [llms.txt](https://thinking.406sys.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.406sys.top/tags/service.md).

# Service

服务端（暂时没时间继续维护）

1. 漫画 | 都是搬砖的打工人，差距怎么这么大呢？ <https://mp.weixin.qq.com/s/bUNnZxUKrktF0Wu3WGzfmw>
2.

```
![image-20210107192635846](/files/QzKd9d3OfQzSYIGC4da6)
```

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thinking.406sys.top/tags/service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
