Caching LDAP connections

2002-02-08 Thread Remi Godin

Hello

Is there an Apache::Net::LDAP type module that would cache LDAP connections?
Something that behaves in the same manner as Apache::DBI

I went searching on cpan and sourceforge but didn't find what I was looking
for.

Thanks in advance.

 /--\
| Remi Godin |  The greatest risk|
| Metrex.net |is not taking one. |
| (204) 943-0156 |
 \--/ 




Remi L Godin (E-mail).vcf
Description: Binary data


Re: Caching LDAP connections

2002-02-08 Thread brian moseley

On Fri, 8 Feb 2002, Remi Godin wrote:

 Is there an Apache::Net::LDAP type module that would
 cache LDAP connections? Something that behaves in the
 same manner as Apache::DBI

how about ResourcePool? it includes a
ResourcePool::Resource::Net::LDAP class.