Hi Marek, It seems a good starting point for a huge community contribution.
Good stuff On 20 February 2016 at 19:53, Marek Żebrowski <[email protected]> wrote: > I wondered how hard could it be to write akka-remote transport using > akka.io only. > It turned out that it is not that hard to start: > > https://github.com/marekzebrowski/akka-remote-io > > roughly ~ 200 lines for proof of concept tcp implementation > > probably I'm doing something wrong as simple test case, included in > repository randomly loses messages in Echo client-server scenario - example: > Echo actor replies to : > Replying with message 1 0 > Replying with message 2 1 > Replying with message 3 2 > Replying with message 4 3 > Replying with message 7 4 > Replying with message 8 5 > Replying with message 9 6 > Replying with message 10 7 > > Some messages are lost... But in principle it seems that akka.io based > implementation might be much shorter than netty. > > > -- > >>>>>>>>>> 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 https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- [image: --] Filippo De Luca [image: http://]about.me/FilippoDeLuca <http://about.me/FilippoDeLuca?promo=email_sig> -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
