thahmann / macleod

Ontology development environment for Common Logic (CL)
Other
23 stars 9 forks source link

Use psutil instead of PyWin32 and wmi for process info #32

Open Fxhnd opened 6 years ago

Fxhnd commented 6 years ago

PyWin32 and wmi are used to get data from Windows based systems on the status of launched reasoners. It looks like this is only used at the moment to get the cputime for a reasoner process.

Looks at swapping it out with pip installable psutil library