Trustin Lee wrote:
Ohhh, did you find a way to resolve

https://issues.apache.org/jira/browse/DIRMINA-375

?  That's exciting!  I'd love to see it in the sandbox.

I guess this is one way of solving DIRMINA-375. The thing I'm trying to achieve is being able to use the very simple programming model of blocking IO but prevent the number of clients from being thread bound.

One problem with javaflow is that there's no official release yet. It's somewhat unfinished though I think Cocoon uses it already. I've also had a look at RIFE/Continuations which has been officially released. The problem with RIFE's implementation is that it's much harder to use than javaflow and AFAICT it only supports continuations within a single method.

Anyways, I'll put it in my sandbox for you to have a look at.

/Niklas

Reply via email to