RemoteJIT.__init__#

RemoteJIT.__init__(host='localhost', port=11532, local=False, debug=False)#

Construct remote JIT function decorator.

The decorator is re-usable for different functions.

Parameters:
  • host (str) – Specify the host name of IP of JIT server

  • port ({int, str}) – Specify the service port of the JIT server

  • local (bool) – When True, use local client. Useful for debugging.

  • debug (bool) – When True, output debug messages.