Hi Oscar,
Akka definitely makes a lot of sense even just locally – Actors are also a 
concurrency abstraction (much nicer to work with than threads).

One would need to know more about your project to say more however.
For example, while we have Actors, some things are better modeled as Akka 
Streams (which are powered by Actors inside),
so it's also a question what your job at hand is and which abstraction would 
serve it best :)

-- 
Cheers,
Konrad 'ktoso’ Malawski
Akka @ Lightbend

On 2 March 2016 at 19:02:33, 'Ryan Tanner' via Akka User List 
(akka-user@googlegroups.com) wrote:

Yes.

But without knowing more there's no way we can know if it's an appropriate 
choice or not.

On Wednesday, March 2, 2016 at 9:15:50 AM UTC-7, Oscar Gabriel Reyes Pupo wrote:
Hello,

I'm new in Akka. After reading some examples, I have a simple question, It is 
suitable to use Akka for developing a concurrent application that only runs on 
a single machine?

Best

Oscar Reyes
--
>>>>>>>>>> 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 https://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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to