从 Php 调用 Jar(如果同时发出多个请求怎么办?)

发布于 2024-12-10 17:51:08 字数 211 浏览 0 评论 0原文

我正在通过以下方式调用我的 php 服务器上的 Jar 文件

exec('java -jar /pat/to/file.jar', $output);

,但我想知道,如果对运行 jar 文件的 php 函数发出两个后续请求,第二个请求是否能够到达该 jar 文件?或者是否必须等待,因为 jar 文件已在使用中?

提前致谢。

I am calling a Jar file on my php server via

exec('java -jar /pat/to/file.jar', $output);

But i am wondering, If two consequent requests made to the php function that runs the jar file, would the second request be able to reach the jar file? Or would it have to wait because the jar file is already in use?

Thanks in advance.

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

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

发布评论

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

评论(1

泪之魂 2024-12-17 17:51:08

我过去用过这个,它似乎工作得很好: http://php -java-bridge.sourceforge.net/doc/how_it_works.php

I have used this in the past and it seems to work well: http://php-java-bridge.sourceforge.net/doc/how_it_works.php

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