[Assorted-commits] SF.net SVN: assorted: [684] java-reactor/trunk/README
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2008-04-24 23:57:48
|
Revision: 684
http://assorted.svn.sourceforge.net/assorted/?rev=684&view=rev
Author: yangzhang
Date: 2008-04-24 16:57:51 -0700 (Thu, 24 Apr 2008)
Log Message:
-----------
updated readme
Modified Paths:
--------------
java-reactor/trunk/README
Modified: java-reactor/trunk/README
===================================================================
--- java-reactor/trunk/README 2008-04-24 21:17:26 UTC (rev 683)
+++ java-reactor/trunk/README 2008-04-24 23:57:51 UTC (rev 684)
@@ -4,15 +4,14 @@
--------
This is a completely minimal implementation of a select-based reactor framework
-for event-based asynchronous IO programming. The reactor core supports
-scheduling of tasks (a la Twisted, asio, etc.). This was written after
-witnessing the inefficiency of various other reactor-based implementations - at
-least for the very particular environment that is PlanetLab. It also helped us
-remove the need for a separate thread for the scheduled executor tasks - these
-are run in-line.
+for event-based asynchronous IO programming. The reactor core supports
+scheduling of tasks (a la Twisted, asio, etc.). This was written for the
+constrained-resource environment that is PlanetLab. It also helped us remove
+the need for a separate thread for the scheduled executor tasks - these are run
+in-line (using timeouts to select).
Aside from its simplicity, efficiency, and support for scheduled tasks, it also
-has no dependencies except for Java 6.
+has no dependencies except for Java 6. Currently only UDP is supported.
Related Work
------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|