1 / 2
文档名称:

Xfire开发的webservice客户端超时问题解决.docx

格式:docx   大小:11KB   页数:2
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

Xfire开发的webservice客户端超时问题解决.docx

上传人:可爱小熙 2021/12/25 文件大小:11 KB

下载得到文件列表

Xfire开发的webservice客户端超时问题解决.docx

相关文档

文档介绍

文档介绍:Xfire开发的webservice客户端超时问题解决
Xfire开发的webservice客户端超时问题解决
Xfire开发的webservice客户端超时问题解决
Xfire 开发的 webservice 客户端超时问题解决
Xfire 开发的 webservice 客户端超时问题解决
近来某电信 ISAG 升级后我们的客户端出现大批超时提示,
而且下发很慢
[MeChannelGw]2010-06-10 06:00:05 (:2102)-[INFO] Timer-1 - 100 (continue) read timeout. Resume sending the request [MeChannelGw]2010-06-10 06:00:08 (:2102)-[INFO] Timer-1 - 100 (continue) read timeout. Resume sending the request [MeChannelGw]2010-06-10 06:00:11 (:2102)-[INFO] Timer-1 - 100 (continue) read timeout. Resume sending the request [MeChannelGw]2010-06-10 06:00:14 (:2102)-[INFO] Timer-1 - 100 (continue) read timeout. Resume sending the request [MeChannelGw]2010-06-10 06:00:17 (:2102)-[INFO] Timer-1 - 100 (continue) read timeout. Resume sending the request
每隔 3-4 秒才下发一次数据。
曾认为是对方服务器问题,网络的问题等等,就是换台机器
部署,仍是会有这个问题。实质,上由于 Xfire 默认的体制下,会不停的去和服务端握手造成的。 调用下边的代码即可