Skip to content

maoy/python-evzookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the package for zookeeper python bindings for eventlet threading model.

The default zookeeper python binding use OS threads for async completion and watcher notifications. This package uses pipes to communicate between the main thread that runs eventlet and the completion threads to avoid any blocking calls in the green threads.

The code is distributed in Apache 2 License.

About

Zookeeper python bindings for eventlet threading model

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages