CFLDAP Timeout Parameter Working?
I need to time out my CFLDAP queries as we are having trouble with the logins hanging. We have so many people logging into our system that very quickly all the active threads are used up, everything else gets queued, and in a matter of seconds we're ready to crash.
I read a fair bit about the CFLDAP tag online. But I have two questions:
1. I saw a number of comments about the timeout of external calls, that CF can't really kill an external call, but has to wait for it to return before it can cut the connection. Is this true with the CFLDAP Tag? If so, the timeout setting is pretty well useless to me.
2. I saw a number of questions on the setting itself, that despite the fact that the documentation says it's in seconds, it's actually in milliseconds. I was just looking at some docs for CF 9, and it now says milliseconds. We're on CF8 - is it seconds or milliseconds?
Our LDAP server and network are fast enough that they should come back fairly quickly, so I'm thinking about setting the threshold fairly low, and we'll see how it goes. Some folks might not be able to log in, but it would save some grief for the majority.
