检查Java中服务器套接字队列中的连接数

发布于 2024-10-27 03:15:43 字数 196 浏览 1 评论 0原文

我有一个 Java 程序,它创建一个服务器套接字并接受来自各个客户端的连接。

我有兴趣找出队列中的连接数(等待服务器处理)。我使用了默认构造函数,没有指定 backlog 参数。

在运行时,是否可以知道服务器有多少个待处理连接?

我想实现一个监视进程,它将检查队列的满度,并基于此触发克隆进程以进行负载平衡(以便连接不会被丢弃)。

I have a Java program that creates a server socket and accepts connections from various clients.

I am interested in finding out the number of connections that are in queue (waiting to be processed by the server). I have used the default constructor without specifying the backlog parameter.

At runtime, is it possible to know how many connections are pending for the server?

I want to implement a monitor process, which will check how full the queue is and based on that, trigger clone processes for load balancing (so that the connections are not dropped).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文