module flaskJSONRPCServer.execBackend.threaded

Description

This module contains dispatcher-execution backend for flaskJSONRPCServer.

class execBackend(self, poolSize=5, sleepTime_emptyQueue=0.02, sleepTime_cicleWait=0.02, id="execBackend_threaded", forceNative=False)

Parametrs
poolSiza int
sleepTime_emptyQueue float
sleepTime_cicleWait float
id str
forceNative bool
Return
instance Instance of class execBackend

method_special __init__(self, poolSize=5, sleepTime_emptyQueue=0.02, sleepTime_cicleWait=0.02, id="execBackend_threaded", forceNative=False)

method_undoc add(self, uniqueId, path, dataIn, request, isJSONP=False)

method_undoc childExecute(self, p, nativeThread=False)

method_undoc mainCicle(self)

method_undoc start(self, server)

method_undoc stats(self, inMS=False)