Thanks Victor, I had read that doc, but it left me puzzled. That's why I asked here.
Here is the important paragraph: "The purpose of the Akka Microkernel is to offer a bundling mechanism so that you can distribute an Akka application as a single payload, without the need to run in a Java Application Server or manually having to create a launcher script." I would normally create a shell script that simply calls "java <classpath> <class>". It is some work to get the classpath right and include everything needed by Akka and my application. I would then zip everything up and copy it manually to each machine, where I would install it. I would finally set up the machine to boot my Actors when the system comes up. Is this the work that Microkernel makes easier? Is this why I should use it? Thanks P -- >>>>>>>>>> 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.
