简体   繁体   English

花岗岩ds,flex的并发问题

[英]concurrency issues with granite ds , flex

我在我的java服务器中使用花岗岩ds,但是,当100个用户连接到flex应用程序时,花岗岩返回此错误“无法获取消息的通道ID:flex.messaging.messages.RemotingMessage”感谢您的帮助。

This is not an error but just a warning issued by the AMF3Serializer class. 这不是错误,只是AMF3Serializer类发出的警告。 It can happen, for example, when the server is sending data without explicitly using a declared channel. 例如,当服务器在没有明确使用声明的通道的情况下发送数据时,就会发生这种情况。

You can safely ignore this warning: channel identification is only used in order to handle legacy (ie: old-fashion) serialization options (legacyCollection / legacyXMLDocument), see Adobe documentation about them here (the "Configuring AMF serialization on a channel" section). 您可以放心地忽略此警告:通道标识仅用于处理遗留(即:旧式)序列化选项(legacyCollection / legacyXMLDocument),请参阅此处的 Adobe文档(“在通道上配置AMF序列化”部分) 。

It is very unlikely that you need to use these very specific serialization options. 您不太可能需要使用这些非常具体的序列化选项。 So, again, just ignore or disable this warning. 因此,再次,忽略或禁用此警告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM