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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 9 18:39:22 UTC 2018


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-bugs at FreeBSD.org
          Reporter: freebsd_ports at k-worx.org
                CC: python at 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.


More information about the freebsd-python mailing list