Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jun 2018 18:39:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 228847] [NEW PORT] net/py-ldappool: Simple connector pool for py-ldap
Message-ID:  <bug-228847-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228847

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

Created attachment 194113
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194113&action=
=3Dedit
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228847-21822>