Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8459475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:20:25+00:00 2026-06-10T13:20:25+00:00

I’m writing a distributed research application with Akka using a simple master and multiple

  • 0

I’m writing a distributed research application with Akka using a simple master and multiple worker topology, with the aim of deploying to an internal cluster of nodes or within a corporate cloud. (When Akka 2.1 becomes available I’ll look into using clustering support)

My question:
What is the simplest/best way to deploy my code (in the form of a folder containing an Akka microkernel) onto each node, start it up, let it do it’s thing, then tear down and repeat as necessary?

  • The microkernel directory and executable is identical for every worker node, and only a few MB. Config contains the IP of a master which they will connect to.
  • I intend to manually start the master.
  • Resilience is not a concern since this is not a business critical application, rather a private
    research problem.
  • No important data is stored locally to the workers.
  • After the application is complete I may want to redeploy a different application without tearing down the nodes (e.g. having refined the codebase).

Update: Found out that Condor nodes to support jobs running in whole-machine mode. This should support running the microkernel as a job, and just need to make sure the workers exit properly when done.

Update 2: Someone mentioned Zookeeper might be well suited to this. Would appreciate input from anyone with experience.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:20:27+00:00Added an answer on June 10, 2026 at 1:20 pm

    Here are some ideas. I don’t have experience with Akka, but I do know about grid-computing and deployment.

    1. Use an existing grid tool, such as http://www.gridgain.com (which have a GPL version). Also I’ve heard of people building a grid with http://www.hazelcast.com/

    2. Use a cloud-in-box, like Airframe, http://www.pistoncloud.com/press-releases/piston-cloud-launches-free-openstack-distribution/. I’m sure there must be others.

    3. Airframe comes with Cloud Foundry, I believe, but you could look at using it directly: https://micro.cloudfoundry.com/ But not sure how that version scales up.

    4. Roll your own system, install into one VM image, then clone it onto your other nodes.

    When it comes to roll your own, you could do it like as follows, which is very similar to something I’ve already developed and works well.

    • Build your application using maven, using what ever libraries you like.

    • Push built binaries into Sonatype Nexus.

    • Build a custom launcher, which given the maven co-ordinates of a module can run it. My laucher first checks a local maven repo for the jars, if they don’t exist, then it downloads them from nexus. Then it constructs a classpath of all the jars in the transitive dependency tree. Then it creates a new classloader with the new classpath, and launchers the main class via the classloader.

    • Write a service, using java-service-wrappe or similar, that at startup checks what version of the code to run by reading some maven co-ordinates and the name of a main class from config. Config could be a file on network drive, pre-configured URL, or even zookeeper. It then passes this to the launcher which downloads and runs the code.

    • Install this service onto many machines, either manually, or via cloning a vm.

    • profit!

    I’m not mentioning Akka specifically, as most of your problem seems to be how to get code running on mulitple nodes.

    The custom route has worked well for me, but then I only have a few servers using this, and all my proper grid computing is done in data-synapse. But I do wonder if I was to start again if one of these open source PaaS would be a good fit.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making a simple page using Google Maps API 3. My first. One marker
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I am doing a simple coin flipping experiment for class that involves flipping a
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.