Message176783
Linux has an additional function to setrlimit and getrlimit which supports to query and/or modify resource limits of another process.
http://www.kernel.org/doc/man-pages/online/pages/man2/getrlimit.2.html
The patch implements resource.prlimit(pid, resource[, limits]) on all platforms that have a prlimit() function. I haven't included the regenerated configure script. You have to run autoreconf in order to test the new function. |
|
Date |
User |
Action |
Args |
2012-12-02 11:14:42 | christian.heimes | set | recipients:
+ christian.heimes |
2012-12-02 11:14:41 | christian.heimes | set | messageid: <1354446881.9.0.288115855459.issue16595@psf.upfronthosting.co.za> |
2012-12-02 11:14:41 | christian.heimes | link | issue16595 messages |
2012-12-02 11:14:41 | christian.heimes | create | |
|