RMI API single process configuration

To prevent a fatal exception within the transformation logic that runs the map and causes the calling process to terminate, you can use the single process configuration option.

The maps are run within the RMI server process, with each map running in a separate thread. This protects the calling program from fatal map exceptions because the maps are running remotely from the calling program. However, if one map fails, the RMI server stops and all concurrent maps are terminated.

This option is well suited to programs running on an application server.