From: James H. L. <jh...@sa...> - 2002-05-09 19:19:28
|
Does the perl ldap interface have the capability to clone a connection? The problem we are having is that we connect with the main process, that connection is passed on to children as they are forked off. Each child makes requests, but often the answer to the request is not the info that was requested. My assumption is that it is the info that another child requested since they requests are being made effectively over the same connection. It seems that ldap has a clone capability, but I cannot find this in the Net::LDAP interface for Perl. If there is another way to ensure the correct response like somehow making the request atomic let me know. Thanks,,, JIm -- ______________________________________________________________ James Laros ............................... jh...@sa... Dept. 09224 Scalable Systems Integration .............. PHONE:505.845.8532 Sandia National Labs ........................ FAX:505.845.7442 ______________________________________________________________ Seems my get up and go has got up and went.... Aerosmith |