LCDS 或 blazes 或 flex 通道或应用程序的默认超时
我正在开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
连接超时实际上是由Http服务器设置的,默认5分钟,无论AMF通道设置如何。
The time-out of connection is actually set by Http server, default 5 mins, whatever that of AMF channel is set.
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