PHP Soap 服务器在不同计算机上运行缓慢
肥皂服务器在不同的计算机和网络上运行缓慢的原因是什么?对我来说它工作得很好,但对于不同网络中的其他人来说它非常慢,就像几分钟一样。
有什么理由吗?
谢谢
Any reason why a soap server can be slow on different computers and networks? For me its working very good but for other people in different networks is very slow, like minutes.
Any reason for that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很少在 PHP 中使用 SOAP 内容,因此我能想到的唯一 PHP 配置就是缓存:
或者查看参数:
否则可能是 PHP 领域之外的网络问题或配置以及 stackoverflow 问题。
I don't use the SOAP stuff much with PHP, so the only PHP configuration thing I can think of is caching:
Or see the parameters to:
Otherwise it's likely to be networking issues or configuration outside the realm of PHP and a stackoverflow question.