Tulpep / Active-Directory-Object-Picker

The standard Active Directory object picker dialog for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why it is slow in Windows 7

PRERNA14 opened this issue · comments

Why it is slow in window 7 os

This library calls native library functions. If you are experiencing slow response times, it is likely due to how your Windows 7 device is connected to the domain, specifically the domain controller.

Network latency seems to have a significant effect as the DS methods a chatty. It is also possible that your domain controller is overloaded or also having network problems. If the DC is not available at all, then every call to this library will wait for a network timeout before responding with cached information.