Two identical CFLDAP queries on two different boxes: CF 5 and 6.1.  The 5 box returns 55k+ records, as it's supposed to.  The 6.1 box runs its query in about 10-20 seconds and returns a varying number of results, between 100 and 400.  They're hitting the same LDAP server.

Both machines *can* talk to the LDAP server, here is the output of a 'time ldapsearch' command executed at the same time on both machines.  It's timing the execution and completion time of a command-line LDAP query:
CF  5 machine:
real    7m7.31s
user    0m6.19s
sys     0m4.32s

CF 6.1
real 5:22.5
user 5.3
sys 3.6

Roughly the same, but more importantly, the time taken to return the recordset is 5+ minutes on the 6.1 machine.  But like I said, the CFLDAP query returns in about 10-20 seconds.  So it does not appear that there's a timeout or other problem on the LDAP server end.  What could be keeping the code from executing properly, going from 5 to 6.1?

Thanks,
Shawn
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to