LCDS 或 blazes 或 flex 通道或应用程序的默认超时

发布于 2024-12-29 15:08:32 字数 287 浏览 2 评论 0原文

我正在开发 lcds 应用程序,并使用 secure-amf 通道进行远程对象调用。 调用Websphere服务器(Java EE应用程序)。

我想知道与通道或应用程序中的超时相关的超时。 是否有有关通道超时的任何文档?我阅读了开发指南中的配置文档。

(RemoteObject requestTimeout的默认值是多少??) ?

我主要想知道..默认值 连接超时、请求超时、AsyncTimeout 以及可能的其他超时值

LCDS/Blazeds 是否可以选择配置这些值或接受默认服务器值?

I am working on lcds application and am using secure-amf channel for remote object calls.
Calling Websphere server(Java EE application).

I want to know the timeouts associated with the channels or timeouts in application.
Is there any documentation for the timeouts of a channel. I read configuration document in dev guide.

(RemoteObject requestTimeout whats the default value ??)
?

I mainly want to know.. default values for
connection timeout, request timeout, AsyncTimeout and if possible other timeout values

Does LCDS/Blazeds have option to configure these or accepts default server values ?

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

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

发布评论

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

评论(2

冷了相思 2025-01-05 15:08:32

连接超时实际上是由Http服务器设置的,默认5分钟,无论AMF通道设置如何。

The time-out of connection is actually set by Http server, default 5 mins, whatever that of AMF channel is set.

悲歌长辞 2025-01-05 15:08:32

AMF 通道的默认超时为 0,这意味着没有超时。相关属性是“空闲超时分钟”。请参阅此网页中的第二个表:
http://livedocs.adobe.com/blazeds/1 /blazeds_devguide/help.html?content=lcconfig_3.html

The default timeout for an AMF Channel is 0 which means there is no timeout. The relevant property is 'idle-timeout-minutes'. See the second table in this web page:
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=lcconfig_3.html

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