Hi Jatin,

You didn't answer my question :(

Cheers,
V
On Jan 17, 2014 8:45 PM, "Jatin Puri" <[email protected]> wrote:

> Hi Viktor,
>
> An another alternative instead of scheduling messages with time
> managemen,t would be to use `ask` pattern and later with `Future.sequence`
> to do the job.
> This way I might have more control over parallelism. I haven't written
> test cases to compare them. But what do you think?
>
> On Friday, 17 January 2014 21:27:21 UTC+5:30, √ wrote:
>>
>> Let's just take a step back. Let's ignore Akka for now, this is a classic
>> problem in distributed communication:
>>
>> If you were to model this in the real world, with people instead of
>> actors, and communications can, as always, fail—how would you solve it?
>>
>> Cheers,
>> √
>>
>>
>> On Fri, Jan 17, 2014 at 4:40 PM, Jatin Puri <[email protected]> wrote:
>>
>>> Hmm. I thought about that But I don't see how the problem is solved as
>>> the bottleneck is still exerted by a single actor again. You mean spawn an
>>> actor for each message?
>>>
>>> Or actually I can have a Router with say 5 actors which manage time
>>> management thing. This might slightly help I guess.
>>>
>>> Any architectural advice? How do people handle such cases?
>>>
>>> --
>>> >>>>>>>>>>      Read the docs: http://akka.io/docs/
>>> >>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>> >>>>>>>>>>      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/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Cheers,
>> √
>>
>> * Viktor Klang*
>> *Concurrent, Distributed*
>>
>> Twitter: @viktorklang
>>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: http://akka.io/faq/
> >>>>>>>>>> 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/groups/opt_out.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      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/groups/opt_out.

Reply via email to