Hi, just to be certain, does AKK IO use Java NIO 2 or simply Java NIO 1. In other words does it use non-blocking or asynchronous IO under the hood. Accessorily, If any one know here, is there a performance comparison between asynchronous IO VS non-blocking IO. Also it sounds to me that akka use non-blocking IO to implement synchronous IO.
So it is a bit confusing how this stack altogether. To my understanding and my reading of AKKA IO design, i would say it is based on NIO 1 a.k.a non-blocking IO a.ka. NIO: selectors / reactor pattern. So how does that make it Asynchronous ? If someone can help clarify a little what is going on that would be great. Best, Daniel -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
