From: Graham B. <gb...@po...> - 2001-08-01 16:40:11
|
On Wed, Aug 01, 2001 at 09:35:38AM -0700, Eric Parusel wrote: > USE_ITHREADS probably means I'm using threads, right??? :) Yes. > I'm starting to use perl-ldap (installed with/from a PPM from > ActiveState's repository), should I be concerned about stability???? IIRC, you should be worried about running an old version. You are best getting perl-ldap and Convert::ASN1 direct from CPAN. As to threads. There were several problems with 5.6.0 and perl-ldap, some where related to threads. I know that the non-thread problems with perl-ldap and 5.6.0 were fixed in 5.6.1. But nobody has confirmed that there are no longer any problems when it comes to threads. Graham. |