Non blocking IO call from Django controller from a Windows service
Posted
by
Anders
on Stack Overflow
See other posts from Stack Overflow
or by Anders
Published on 2011-01-03T18:52:05Z
Indexed on
2011/01/03
18:53 UTC
Read the original article
Hit count: 394
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
© Stack Overflow or respective owner