Flex 流超时

发布于 2024-08-08 17:56:34 字数 299 浏览 2 评论 0原文

我有一个 Flex GUI,它在 WebLogic 9.2 上使用 AMF Streaming 到 BlazeDS。由于 AMF Streaming 使用长轮询,因此它可以长时间保持连接打开。

WebLogic 的最大线程超时为 600 秒。如果线程的活动时间超过了超时时间,WebLogic 将引发错误并让线程超时。这会导致我的 GUI 失去连接并挂起。

我可以更改 WebLogic 中的默认设置 (StruckThreadMaxTime),但这显然会对合法卡住的线程产生负面影响。

请问谁能告诉我还有什么其他选择来解决这个问题?

I have a Flex GUI which is using AMF Streaming to BlazeDS on WebLogic 9.2. As the AMF Streaming uses long polling, it keeps the connection open for extended periods of time.

WebLogic has a max thread timeout of 600 seconds. WebLogic throws an error and times out the thread if it has been alive for longer than the timeout. This causes my GUI to lose its connection and hang.

I could change the default setting in WebLogic (StruckThreadMaxTime) but this would obviously negatively effect legitimately stuck threads.

Please can anyone tell me what other options I have to fix this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

画骨成沙 2024-08-15 17:56:34

Perhaps you can use the Consumer.channelDisconnect event and then reconnect?

﹂绝世的画 2024-08-15 17:56:34

AIR2.0 帮助处理长轮询。您可以尝试找出它的工作原理并自己重新实现或设置计时器,并尝试在超时之前终止来自柔性端的连接(然后立即重新建立)

There is a new idle timeout API been added in AIR2.0 to help deal with long polling. You could try hunt down how it works and re-implement or setup timers yourself and try kill the connection from the flex end before the timeout (and then immediately re-estabilsh)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文