Is there a Java equivalent to libevent?

為{幸葍}努か 提交于 2019-12-05 10:38:48
fedesilva

I am a bit late but:

Have you looked at Netty? Or Grizzly.

How about the Light Weight Event System? :) http://www.lwes.org/ and http://sourceforge.net/projects/lwes/files/

The answer seems to be 'no', though it looks like the Ruby EventMachine library provides a Java implementation for JRuby users that might be usable or at least serve as inspiration for writing my own: http://github.com/eventmachine/eventmachine/tree/master/java/

You might be looking for a workflow engine like JBPM or any other open source tool listed here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!