非同步处理 meaning in Chinese
asynchronous processing
Examples
- You are correct that mq exceeds at enabling asynchronous processing , and it would seem to work well for your project
您是正确的, mq在支援非同步处理方面确实更胜一筹,而且看起来mq在您的专案中似乎工作得不错。 - The ejb advocate explores various forms of loose coupling in service - oriented architecture , with a focus on when it is best to take advantage of the asynchronous processing power provided by message - driven beans
本文探究了服务导向的架构中各种形式的松散耦合,并重点介绍什么时候是使用message - driven bean所提供的非同步处理能力的最佳时机。 - There is no reason that you cannot separate these concerns ; the ability to parse a soap message and use it to invoke a session bean should be independent of whether the processing of that message is asynchronous through mq or another protocol over which jms equivalent messages flow , or synchronous such as through http or even iiop
看起来您已经将语言中立性的要求与非同步处理的要求紧密连络起来了。没有理由不能将这些考虑分开解析soap讯息和用它呼叫session bean的能力应该与该讯息的处理是非同步透过mq或者传递jms等效讯息的另一个协定还是同步例如透过http ,甚至iiop无关。