Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.
asyncore Event Loop
An implementation of Connection that uses the asyncore
module in the Python standard library for its event loop.
Called once by Cluster.connect(). This should be used by implementations to set up any resources that will be shared across connections.
Called after a forking. This should cleanup any remaining reactor state from the parent process.
Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.