Hi developers, I'm the lead developer of the JCyclone project http://jcyclone.sourceforge.net/ and I'm very interested by Java continuation. I want to use continuations in JCyclone as logical threads and create a fine-grained predictable thread scheduler. You may want to take a look in our CVS to see our continuation implementation prototype, under the sandbox directory.
Is there some limitations of your implementation? By exemple, do you instrument synchronized statements? I was thinking to just replace them with ReentrantReadWriteLock. Also, there can be some issues with finally statements; do you handle them? I would be interested to give my contribution in your project. Please, let me know if I can help. Regards, -Jean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
