客户-无状态-服务器(Client-Stateless-Server,CSS) 客户-缓存-无状态-服务器(Client-Cache-Stateless-Server,C$SS) .
基于6个网页-相关网页
在客户端仅仅请求资源时,采用无状态服务器实际上是更现实的。
A stateless server is more realistic in practice when the client is only requesting resources.
通信是无状态的,这意味着服务器不保留客户机通信的状态,仅仅处理当前请求。
The communication is stateless, which means servers do not retain the state of communication with clients beyond a single request.
具体地说,无状态原则保证分布式服务器可以平衡请求处理负载,而客户机不会注意到差异。
Specifically, the stateless principle guarantees that distributed servers can balance the load of processing requests while the clients do not notice the difference.
应用推荐