https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228847
Bug ID: 228847 Summary: [NEW PORT] net/py-ldappool: Simple connector pool for py-ldap Product: Ports & Packages Version: Latest Hardware: Any URL: https://pypi.org/project/ldappool/ OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@freebsd.org Created attachment 194113 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194113&action=edit py-ldappool.patch Hello, attached is the patch that adds the Python package net/py-ldappool, that provides a simple connector pool for py-ldap. ldappool keeps LDAP connectors alive and let you reuse them, drastically reducing the time spent to initiate a ldap connection. The pool has useful features like: - transparent reconnection on failures or server restarts - configurable pool size and connectors timeouts - configurable max lifetime for connectors - a context manager to simplify acquiring and releasing a connector QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"