Running native code in a separate process - geo_addressing_sdk - 5.0

Geo Addressing SDK Developer Guide

Product type
Software
Portfolio
Locate
Product family
Geo Addressing
Product
Geo Addressing SDK
Version
5.0
Language
English
Product name
Geo Addressing SDK
Title
Geo Addressing SDK Developer Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-12
Published on
2024-09-12T14:50:21.470801
This provides the ability to run native code in a separate process to prevent issues with the main JVM.
# enable remote process
setting --n REMOTE --v true --d "ggs-dist-{version}/resources/config" --t USA
 
# disable remote process
setting --n REMOTE --v false --d "ggs-dist-{version}/resources/config" --t USA
 
# By default it will try to use random open port, if you want to explicitly define a port run.
# {port} an open port that can be used for remote process. i.e. "8087"
setting --n REMOTE_PORT --v "{port}" --d "/path/to/config/dir" --t USA

More about the setting command.