Displaying 2 results from an estimated 2 matches for "msg00487".
Did you mean:
msg00480
2007 Apr 12
0
[PATCH] Compile cleaning against OpenLDAP 2.3.x
...ks like OpenLDAP 2.3 doesn't define LDAP_DEPRECATED [1] anymore which
causes a few warnings in Gentoo [2].
Attached is a patch that re-defines this so that dovecot can continue
using simple functions like ldap_bind().
Thanks
Roy
[1]
http://www.mail-archive.com/openldap-devel at openldap.org/msg00487.html
[2] http://bugs.gentoo.org/show_bug.cgi?id=162437
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-ldap.patch
Type: text/x-patch
Size: 512 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070412/fdef9fd6/attachmen...
2007 Apr 25
0
Revisiting XenD / XenStored performance / scalability issues
Waay back at the end of 3.0.3 dev cycle I brought up the issue of XenD
running far too many xenstore transactions per-request
http://lists.xensource.com/archives/html/xen-devel/2006-10/msg00487.html
Short summary:
# nc -U /var/lib/xend/xend-socket
GET /xend/domain/test
Resulted in approx 16 xenstore transactions for a domain with one disk and
one NIC - this increases as # of devices increases.
Since there was major XenAPI work about to be done which would refactor a
large por...