[python-win32] Technique to limit number of instances of our application under Terminal Server

2010-03-09 Thread python
I'm looking for simple ways to monitor and limit the number of instances of our Python application that gets run on our in-house Terminal Servers (2003 and 2008). The purpose of this restriction is to make sure we don't overload our servers. This is an internal administrative requirement - I am not

Re: [python-win32] Technique to limit number of instances of our application under Terminal Server

2010-03-09 Thread Tim Golden
On 09/03/2010 13:19, [email protected] wrote: I'm looking for simple ways to monitor and limit the number of instances of our Python application that gets run on our in-house Terminal Servers (2003 and 2008). It's not quite clear whether you want something which you can build into the applicat