I have heard from another co-worker that Akka remoting is very difficult on 
Mesos using Docker, because of the random ports that it uses to connect. 
Docker expects you to specify which ports are going to be used by your 
container, and if you don't know ahead of time it can be difficult to 
support. Keep that in mind when considering deploying using a container.

Jason

On Wednesday, June 17, 2015 at 12:36:52 PM UTC-7, Brian Topping wrote:
>
> Hi all, 
>
> Just curious if anyone on the list has tried to blend Akka and Mesos at a 
> level that is more granular than the JVM. For those that have heard about 
> it but don't know much about it's core, Mesos is using kernel cgroups to 
> provide ultra light weight virtualization with very low overhead for 
> startup and shutdown as well as being able to provide resource constraints 
> to requesting entities. 
>
> In one view, it might not make sense to go more granular than the JVM. 
> After all, Mesos can't run JVM classes without one. On the other hand, I'm 
> thinking it might be very useful to have a standardized Akka container that 
> would allow actor distribution with consistent stream-oriented APIs that 
> took care of all the clustering concerns with robust, well-established 
> techniques. There's certainly a lot that can be done here, for instance 
> with "warm nodes" that are pooled for usage spikes and could reduce first 
> transaction latency even further with no change to semantics. 
>
> WDYT? 
>
> Brian 
>

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

Reply via email to