Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jul 2018 17:50:33 +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-usc2f3xw1O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228847-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228847-21822@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from commit-hook@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@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

--=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-usc2f3xw1O>