[Bug 228847] [NEW PORT] net/py-ldappool: Simple connector pool for py-ldap

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 6 17:50:36 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228847

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: miwi
Date: Fri Jul  6 17:50:14 UTC 2018
New revision: 474026
URL: https://svnweb.freebsd.org/changeset/ports/474026

Log:
  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

  WWW: https://pypi.org/project/ldappool/

  PR:           228847
  Submitted by: freebsd_ports at k-worx.org
  Sponsored by: iXsystems Inc.

Changes:
  head/net/Makefile
  head/net/py-ldappool/
  head/net/py-ldappool/Makefile
  head/net/py-ldappool/distinfo
  head/net/py-ldappool/pkg-descr

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list