Dev Folks,
i've been investigating the possibility of using Service Control in multi-threaded application, but i am still not sure about it.....more specific, i am using 'Win32serviceut il'.py module to start/stop services...from the module code, to start or stop services it opens SC manager, then querying the status of the service...etc sequence of steps to get it started....... the point that i would like to make here is would it be possible for 'win32serviceut il' module to execute multiple sequence of steps at one time as multiple threads...... is 'win32serviceut il' thread safe or not ..
Thanks,
i've been investigating the possibility of using Service Control in multi-threaded application, but i am still not sure about it.....more specific, i am using 'Win32serviceut il'.py module to start/stop services...from the module code, to start or stop services it opens SC manager, then querying the status of the service...etc sequence of steps to get it started....... the point that i would like to make here is would it be possible for 'win32serviceut il' module to execute multiple sequence of steps at one time as multiple threads...... is 'win32serviceut il' thread safe or not ..
Thanks,