CFHTTP 运行时间超过指定的超时时间
我正在使用 ColdFusion 5 并在 CFHTTP 标记上指定 timeout=2。但我发现 CFHTTP 花费的时间要长得多,有时长达 8 秒。我认为超时参数是 CFHTTP 执行的最长时间。
有人见过这个吗?
I'm using ColdFusion 5 and specifying a timeout=2 on the CFHTTP tag. But I've seen the CFHTTP take much longer, sometimes as much as 8 seconds. I thought the timeout parameter was the max time the CFHTTP would execute.
Has anyone seen this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能还需要添加 throwonerror="yes" 参数,以使其失败并抛出错误消息。
我不确定 CF5 是否有这个功能,我已经有一段时间没有使用那个版本了。 :)
You might need to add the throwonerror="yes" parameter as well, to make it fail and throw an error message.
I'm not sure if CF5 has that though, it has been a while since I used that version. :)
可能您的应用程序存在一些性能问题,也许检查代码以获得更好的性能可能会有更多帮助。
Might be that your app has some performance issues, maybe reviewing the code, for better performance, might be of more help.