Package de.hybris.platform.mediaconversion.os.process.impl
-
Class Summary Class Description DefaultProcessContextRegistry Simple (but effective)ProcessContextRegistryimplementation based on aConcurrentHashMapand anAtomicIntegerfor pid generation.DefaultRemoteDrain Default implementation of the RemoteDrain.DefaultRMIRegistryService DefaultRMIRegistryServicehooking in to the spring lifecycle.EmbeddedProcessExecutor ProcessExecutorimplementation spawning all process from the current JVM.EmbeddedProcessExecutorTest LimitedProcessExecutor ProcessExecutorimplementation wrapping anotherProcessExecutorbut limiting the amount of parallel process to a given number.LimitedProcessExecutorTest ProcessExecutorClient ProcessExecutorimplementation delegating all execution requests to a remote server (a small JVM, which can spawn the processes more efficiently).ProcessExecutorClientTest