Nailgun using ruby

In previous article we have seen that how to start nailgun server,and use of nailgun in shortly. Now in this article how to use nailgun using ruby application which directly/indirectly use java library or java application. You can start with nailgun manually as shown previous article and configure ng as per need.Or you can install nailgun plugin from github.

Continue Reading

How to improve performance of java using nailgun server

There are various ways to improve “java” performance.One of the way is use of Nailgun. Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O. It means when java is called every time JVM is loaded so execution time of any application increases due to JVM

Continue Reading

Site Footer