I put the Pyro4 configuration as this in the starting part of my code: Pyro4.config.THREADPOOL_SIZE = 1 Pyro4.config.THREADPOOL_SIZE_MIN = 1
I check if I tried to run two client code at the same time, it will say ' rejected: no free workers, increase server threadpool size'. It looks like the setting is working, but when I open the console to check the pyro configuration using "python -m Pyro4.configuration", it returns: THREADPOOL_SIZE = 40 THREADPOOL_SIZE_MIN = 4
Does someone know why?