Home  >  Article  >  Backend Development  >  php写的webservice给多用户同时访问时如何解决堵塞问题?

php写的webservice给多用户同时访问时如何解决堵塞问题?

WBOY
WBOYOriginal
2016-06-23 14:08:551292browse

如题,webservice没有写数据库操作只有读操作。
想问下,如果用户同时访问的数据量很大的时候如何解决拥挤问题。。。
请高人指点。
webservice是如何解决这个问题的。
谢谢!


回复讨论(解决方案)

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