Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29699
| Date | 2012-09-22 09:44 +1000 |
|---|---|
| From | Cameron Simpson <cs@zip.com.au> |
| Subject | Re: How to limit CPU usage in Python |
| References | <k3fhmq$be4$2@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1050.1348271054.27098.python-list@python.org> (permalink) |
On 20Sep2012 12:53, Terry Reedy <tjreedy@udel.edu> wrote: | On 9/20/2012 12:46 PM, Terry Reedy wrote: | > On 9/20/2012 11:12 AM, Rolando CaƱer Roblejo wrote: | >> Is it possible for me to put a limit in the amount of processor usage (% | >> CPU) that my current python script is using? Is there any module useful | >> for this task? I saw Resource module but I think it is not the module I | >> am looking for. Some people recommend to use nice and cpulimit unix | >> tools, but those are external to python and I prefer a python solution. | >> I am working with Linux (Ubuntu 10.04). | > | > Call the external tools with subprocess.open. | | I meant to end that with ? as I don't know how easy it is to get the | external id of the calling process that is to be limited. I presume that | can be done by first calling ps (with subprocess) and searching the | piped-back output. If you're limiting yourself, os.getpid(). -- Cameron Simpson <cs@zip.com.au>
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: How to limit CPU usage in Python Cameron Simpson <cs@zip.com.au> - 2012-09-22 09:44 +1000 Re: How to limit CPU usage in Python Ramchandra Apte <maniandram01@gmail.com> - 2012-09-21 20:05 -0700 Re: How to limit CPU usage in Python Ramchandra Apte <maniandram01@gmail.com> - 2012-09-21 20:05 -0700
csiph-web