[Assorted-commits] SF.net SVN: assorted: [728] java-reactor/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 19:05:43
|
Revision: 728 http://assorted.svn.sourceforge.net/assorted/?rev=728&view=rev Author: yangzhang Date: 2008-05-08 12:05:50 -0700 (Thu, 08 May 2008) Log Message: ----------- refined some readme text Modified Paths: -------------- java-reactor/trunk/README Modified: java-reactor/trunk/README =================================================================== --- java-reactor/trunk/README 2008-05-08 08:36:43 UTC (rev 727) +++ java-reactor/trunk/README 2008-05-08 19:05:50 UTC (rev 728) @@ -6,9 +6,9 @@ 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 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). +constrained-resource environment that is PlanetLab, mostly out of performance +paranoia. 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. Currently only UDP is supported. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |