Author: toad
Date: 2008-11-08 01:58:42 +0000 (Sat, 08 Nov 2008)
New Revision: 23409
Modified:
trunk/freenet/src/freenet/clients/http/Toadlet.java
Log:
More comments
Modified: trunk/freenet/src/freenet/clients/http/Toadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/Toadlet.java 2008-11-08 01:55:40 UTC
(rev 23408)
+++ trunk/freenet/src/freenet/clients/http/Toadlet.java 2008-11-08 01:58:42 UTC
(rev 23409)
@@ -37,9 +37,10 @@
* on systems with NIO, we use that, on systems without it, we just run
* the fetch on another (or this) thread. With no need to change any
* APIs, and no danger of exploding memory use (unlike the traditional
- * NIO servlets approach).
+ * NIO servlets approach). Obviously this assumes continuations, and that
+ * we can suspend in a method on Toadlet ... which might be possible.
*
- * FIXME Investigate servlet 3.0, which support continuations.
+ * FIXME Investigate servlet 3.0, which support continuations.
*/
public abstract class Toadlet {