/t5/coldfusion-discussions/slowing-down-my-code/td-p/776702Mar 17, 2009
Mar 17, 2009
Copy link to clipboard
Copied
I need to make a loop progress slower than it currently is. I
have code that loops through a list of about 10,000 users and
checks them against our companies LDAP server. Well this week our
company instituted a policy that only allows around 200 hits per
minute to the server from a single machine. Once you exceed that
limit they lock your machine out. I found this out the hard way.
Is there a way I can force my code to pause during each
iteration of the loop?