コード例 #1
0
ファイル: thread.py プロジェクト: bibi21000/janitoo_layouts
    def __init__(self, options={}):
        """Initialise the worker

        :param options: The options used to start the worker.
        :type clientid: str
        """
        JNTBusThread.__init__(self, options=options)
コード例 #2
0
ファイル: thread.py プロジェクト: bibi21000/janitoo_layouts
    def __init__(self, options={}):
        """Initialise the worker

        :param options: The options used to start the worker.
        :type clientid: str
        """
        JNTBusThread.__init__(self, options=options)
コード例 #3
0
    def __init__(self, options={}):
        """Initialise the worker

        Manage a cache for the rrd.

        A timer in a separated thread will pickle the cache to disk every 30 seconds.

        An other thread will update the rrd every hours

        :param options: The options used to start the worker.
        :type clientid: str
        """
        JNTBusThread.__init__(self, options=options)