开发者

Java Async Programming [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

I was wondering if any of you guys have done any high performance async based programs in java. If you have what sort of structure did you setup... How did things work? Any special APIs for working wi开发者_StackOverflow社区th async calls I should know about?

Thanks.


In terms of network asynchronous programming you could definitely use JBoss Netty, in which you define handlers for different network events and build pipelines of encoders, decoders and mentioned handlers. It's a NIO framework proven stable in lots of large apps.

In terms of asynchronous concurrency without locking it would be AKKA, which is implementation of Actor Model in Java, similar to Erlang Actors.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜