@Giovanni, I also developed a similar application running on Akka+Spray, but I am having problems with the initialization of an HTTP Server.
If I run the same application on a PC, it is lightning fast. But on RPi the Binding process takes 5-10 seconds after the application starts. And it takes a few seconds for the client's first HTTP connection to the server. Do you have similar problems or is it just me? Regards, Koray On Tuesday, August 19, 2014 8:35:57 AM UTC+3, Giovanni wrote: > > I developed a Play webapp using Akka actors by mixing Java and Scala > classes. It runs on Raspberry Pi without problems. > > Best regards, > giovanni > > > On Tue, Aug 19, 2014 at 2:57 AM, Dragisa Krsmanovic <[email protected] > <javascript:>> wrote: > >> Java apps work fine under Raspberry Pi. >> >> I had Akka running, remoting, joining cluster etc. without problem. >> >> >> >> On Mon, Aug 18, 2014 at 10:44 AM, Tristan Slominski < >> [email protected] <javascript:>> wrote: >> >>> I think there seems to be an implicit assumption that actors = akka. It >>> seems to me the question here is how to run akka on other platforms? >>> >>> If that is not the case and you are instead looking on how to make >>> actors on other platforms then for Raspberry Pi, you might be interested in >>> https://github.com/organix/mycelia depending on how much work you're >>> interested in doing to bring actors to the Pi. >>> >>> -- >>> >>>>>>>>>> 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] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Knowledge is knowing a tomato is a fruit. > > Wisdom is not putting it into a fruit salad. > > > A person is just about as big as the things that make him angry. > > > Be cheerful while you are alive. > > -- Phathotep, 24th Century B.C. > > -- >>>>>>>>>> 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.
