Closed GoogleCodeExporter closed 8 years ago
I like the idea. prlimit() is Linux only though, and I don't like returning a
tuple which makes sense on 1 platform out of 4. We can probably add a
get_num_fds() method returning an int (POSIX only as on Windows we already have
get_num_handles which is similar).
Original comment by g.rodola
on 17 Jun 2012 at 9:44
Implemented in r1349, r1350, r1351.
Original comment by g.rodola
on 18 Jun 2012 at 12:48
0.5.0 is finally out. Closing out as fixed.
Original comment by g.rodola
on 27 Jun 2012 at 6:54
Thanks! Your implementation is more than sufficient for my needs. The idea with
hard and soft limit was more like gimmick. I just need the information for the
current Linux process so I can use the resource module.
Original comment by tiran79
on 27 Jun 2012 at 9:47
[deleted comment]
Updated csets after the SVN -> Mercurial migration:
r1349 == revision ???
Original comment by g.rodola
on 2 Mar 2013 at 12:09
Original issue reported on code.google.com by
tiran79
on 15 Jun 2012 at 11:44