Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为我的应用程序制作负载均衡器。此负载均衡器会将请求从一台服务器重定向到另一台服务器。首先,主服务器检查自己的线程数和辅助服务器的线程数。然后它根据两个服务器的线程数决定哪个服务器将处理请求。
请帮助我找到如何找到 glassfish 服务器的负载。