bmahler

Results 7 comments of bmahler

The Apache Mesos project has it's own custom library for dealing with asynchronicity: https://github.com/apache/mesos/tree/master/3rdparty/libprocess The ideal integration for us would allow us to implement one or more interfaces using our...

One of the few good references I've found on the I/O free library idea is here: https://sans-io.readthedocs.io/ >Ppconsul uses libcurl easy API which is blocking so it’s not possible to...

@sergiud was this closed due to inactivity?

@sergiud I don't think I have permission to re-open, but I do still think this is a useful improvement. Even if the limit isn't made configurable, printing that the limit...

@erikwrede right now there's no official release that supports python 3.10. Is it worth backporting the 3.10 support to a 2.2.3 release so that folks wanting to use python 3.10+...

Looks like `/usr/bin/time -l` on macOS or `/usr/bin/time -v` on Linux will show the max resident set size ``` $ /usr/bin/time -lh echo hi [16:03:10] hi 0.03s real 0.00s user...

Hi @jblache, cool to see this getting upstreamed. A couple of suggestions: * Can you a more detailed overview of the implementation approach in the PR description? It's a bit...