Hallo!

The same instance would be serialized twice, it is up to the configured
Serializer implementation if it wants to memoize/cache etc it's up to it to
do so.

On Fri, Oct 16, 2015 at 10:33 AM, olf sync <[email protected]> wrote:

> Hallo everyone,
>
> first thanks for the great framework. I have a question about the akka
> memory model and remoting.
>
> If I have two hosts (A,B) and have the Actors A1,B1,B2, would the SAME
> message send from A1 to Actor B1 and A1 to B2 saved twice inside the memory
> model of Host B or only once?
> If I have only one host A and send messages between the actors inside the
> host the message would not be copied, right? Even if I activate  the option
> remoting?
>
> Best regards
>
> Florian Beckh
>
>
> --
> >>>>>>>>>> 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.
>



-- 
Cheers,
√

-- 
>>>>>>>>>>      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.

Reply via email to