请问PHP写文件写数据库性能有关问题

WBOY
Release: 2016-06-13 13:31:28
Original
804 people have browsed it

请教PHP写文件写数据库性能问题
不怎么懂PHP, 假设PHP写数据库遇到瓶颈,(排除分库分表等数据库策略,等多服务策略, 提高单服务的性能),现在我想拓展PHP服务器性能, 某应用改为调用C++, C++写内存写文件。 PHP怎样调用C程序,(或者是由阿帕奇服务器调用),但每次PHP页面访问都是独立进程, 这样EXEC C++的EXE多次文件载入当然不行,,, 等等, 请问怎么个思路, 或者推荐我些相关资料。 好像PHP能管道消息吗? 那么C++程序不用多次载入,接收管道消息就可。

------解决方案--------------------
将你的C文件内容写为PHP的扩展模块:
参考:http://topic.csdn.net/u/20120413/16/aeebe491-f8da-4387-8e86-65ff9d79bc07.html
------解决方案--------------------
又在给自己找麻烦。php可以实现。

也好。拓展好了别忘了发布出来共享啊。
------解决方案--------------------

探讨

引用:

将你的C文件内容写为PHP的扩展模块:
参考:http://topic.csdn.net/u/20120413/16/aeebe491-f8da-4387-8e86-65ff9d79bc07.html



主要是每次访问次PHP页,是独立进程, 比如要读写写文件, 那性能不行啊, 怎样让PHP每次访问只是给一个C程序传递信息, 那个C程序执行一次, 不……
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!