Hi Maatary!
You may enjoy this talk I have on "the need for async
<https://vimeo.com/122085562>" in which I talk about how async IO differs
from synchronous IO.
See from 17th minute for the part about IO.

On Thu, Jun 11, 2015 at 8:25 AM, Derek Williams <de...@fyrie.net> wrote:

> It is asynchronous because it does not wait for data to be transferred
> before returning control: it doesn't block.
>
> On Thu, 11 Jun 2015 00:15 Maatary Okouya <maatarioko...@gmail.com> wrote:
>
>> 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 akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>  --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
Konrad 'ktoso' Malawski
Akka <http://akka.io/> @ Typesafe <http://typesafe.com/>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to