Ejemplo n.º 1
0
    def __init__(self, filename):
        """
    When the server is started we need to connect to the
    KeyValueStore before handling any incoming requests.
    """

        self.m_kvs = KeyValueStore(filename)