Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Each time a client connects, it sends in the top (I think) MAC address from the NICs on the machine. The ES has an internal list in which it stores these clients. The list is static and is only cleared when IIS reloads or the application pool is recycled; or anything that would clear the AppDomain and cause static variables to reset. If you've got 300 in there, then IIS has left the app pool up for a long time. If you ever need to clear it, then you can recycle the app pool in IIS.
|