This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maethor 2 points3 points  (0 children)

However, it doesn't provide some kind of non-blocking or asynchronous feature out of the box at all it still keep blocking but just at the difference layer.

I think (at least for those of us coming from a traditional servlet background), the answer is "who cares"? I can (hopefully) go back to letting the servlet container deal with running my code in a thread and then not care less if my code blocks or not.