go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.22k stars 353 forks source link

Pooling connections #47

Open vetinari opened 8 years ago

vetinari commented 8 years ago

Having a pool of connections would be handy. My current implementation could also work with a few changes for this project. It would mean a new major version this project, as it needs the ldap.Conn as an interface: https://github.com/zalando/go-ldap/tree/master/ldappool

Note: despite the same name, that go-ldap is a rewritten version of https://github.com/mqu/openldap, the pooling is adapted from https://github.com/fatih/pool.

(if that works, I can finally get rid of the C code :))

drawks commented 8 years ago

:+1: conn pooling would make this project extra badass

vetinari commented 8 years ago

pushed the current version to https://github.com/vetinari/go-ldappool