[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reduce recurrent clustering overhead
- Subject: Re: Reduce recurrent clustering overhead
- From: Chris Warburton
- Date: Fri, 15 Jun 2018 16:24:35 +0100
- In-reply-to: <ea72f25bef38255d-0-artemis@nixos>
- References: <ea72f25bef38255d-0-artemis@nixos>
Tried adding '-client' and single-tier compilation options to java
invocation, but it didn't make much difference.
Looks like "nailgun" is a simple way to turn a Java commandline
application into a long-running server process which we can invoke over
and over without suffering the startup overhead:
http://martiansoftware.com/nailgun/quickstart.html