Re: [Freeipa-devel] [PATCH] 787 Don't load LDAP schema at startup

2011-05-27 Thread Martin Kosek
On Mon, 2011-05-23 at 15:09 -0400, Rob Crittenden wrote: Rob Crittenden wrote: Do a lazy retrieval of the LDAP schema rather than at module load. Attempt to retrieve the schema the first time it is needed rather than when Apache is started. A global copy is cached for future requests for

[Freeipa-devel] [PATCH] 787 Don't load LDAP schema at startup

2011-05-19 Thread Rob Crittenden
Do a lazy retrieval of the LDAP schema rather than at module load. Attempt to retrieve the schema the first time it is needed rather than when Apache is started. A global copy is cached for future requests for performance reasons. The schema will be retrieved once per Apache child process.