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.
我有通常的 PHP 和 MYSQL 服务器正在运行,但我想执行一些 CPU 密集型计算。因此,我希望运行一个 C 程序来处理该部分。
是否可以在服务器本身上的 PHP 和 C/C++ 程序之间交换数据?
问候 PP
为什么不编写一个 C++ 程序,然后在执行时使用popen来获取结果。
这是可能的,您有多种方法可以实现这一目标。
从上面我会选择一个扩展或 Gearman。
写一个扩展:)
C++ 的 PHP 扩展包装器
#include "php.h"