Limit on WMIC requests from a Windows Service
- by Anders
Hi all,
Does anyone know if there is limit on how many wmic requests Windows can handle simultaneously if they are originating from a Windows service? The reason I'm asking is because my application fails when too many simultaneous requests have been initiated. I don't get any data back from the application.
However, If I compile the Python…