ServerProxy class
The class ServerProxy connects to a running server. An instance of
this class must be provided when initializing the Wisdom class.
-
class ServerProxy(host, port)
Parameters: |
- host – the url of the host where the server is running (default = localhost)
- port – the port number of the running server (default = 4001)
|
-
ServerProxy.set_num_threads(num)
Parameters: |
- num – the number of threads to use in the multithreaded version
|
This method will only be present in the Alpha versions. Do not
use it unless for testing purposes. Please use the
NLUlite-server –nthreads option instead.