From: Graham B. <gb...@po...> - 2000-06-12 10:13:59
|
On Sat, Jun 10, 2000 at 01:23:58PM -0700, Yann Ramin wrote: > I thought I sent this out in a second message, but here it goes again. > I have figured that Net::LDAP is not capable of keeping two server > connections alive at any one time. This following code example works, > mainly because the first server is unbound and destroyed before the > second connection is started. There should be no reason why not. Net::LDAP does not use any local data that would cause this problem. Are you using a threaded perl by any chance ? Graham. |