Hi all,
I have a CherryPy server with a Django application running as a Windows service, inside a controller I need to make a call to wmic, the problem is, so far I have only been able to implement a blocking operation.
Does anyone have any recommendation for a non blocking operation so, at least more then one person at a time can access this controller and extract information from wmic?
Thanks in advance,
Anders