使用网络浏览器收集系统属性

发布于 2024-07-14 12:12:56 字数 123 浏览 4 评论 0原文

你好,我正在做分布式计算环境。 对于需要将应用程序分发到连接到网络中服务器的不同客户端的情况,我更喜欢收集客户端的系统属性,例如客户端系统中可用的可用内存,以便我可以根据该属性有效地分发应用程序。 请给我一些好主意。 提前致谢

Hi I am doing distributed computing environment. For the applications need to get distributed to different clients connected to the server in the network, I preferred to collect the client's system properties like free memory available in the client's system, so that I could distribute the application according to that efficiently. Please give me some good idea. Thanks in advance

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吝吻 2024-07-21 12:12:56

由于您已使用 Java 对其进行了标记,因此我假设您正在使用基于 Java 的客户端服务器模型。 这里客户端和服务器之间的通信模型是什么? 雷米指数? 一些专有协议? 或者它是一个在浏览器中运行的基于 Java 小程序的应用程序?

基于澄清进行更新:在这种情况下,您可以随时收集小程序代码内的系统属性并将它们发送回服务器(也许通过使用 servlet?)

Since you have tagged this with Java, I am assuming you are using a Java based client server model. What is the communication model between the client and the server here? RMI? Some proprietary protocol? Or is it a Java applet based app running in the browser?

Update based on clarification : In that case you can you can always collect the system properties inside the applet code and send them back to the server (maybe by using a servlet?)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文