Home  >  Article  >  Backend Development  >  php这么去用合理吗

php这么去用合理吗

WBOY
WBOYOriginal
2016-06-13 12:40:13802browse

php这样去用合理吗
    大家好,我现在正在做一个项目,主要就是完成一个交通流量的采集,信息采集后需要通过wifi送入到我们的服务器进行处理。在服务器端有一个web服务器是供用户通过浏览器查询相关信息。现在遇到的问题是我能不能直接利用web服务器下的php与wifi建立socket连接然后去接收wifi传来的信息呢,还是我需要在服务器上另外写一个应用服务器专门用来与wifi通信然后与web服务器共享数据库来共享数据。大家觉得我的思路哪种好?还是都有问题呢??

Statement:
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