Re: [Async-sig] New blog post: Notes on structured concurrency, or: Go statement considered harmful

2018-04-25 Thread Antoine Pitrou
On Wed, 25 Apr 2018 02:24:15 -0700 Nathaniel Smith wrote: > Hi all, > > I just posted another essay on concurrent API design: > > https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/ > > This is the one that finally gets at the core

Re: [Async-sig] asyncio.Lock equivalent for multiple processes

2018-04-17 Thread Antoine Pitrou
gt; -- > Ludovic Gasc (GMLudo) > > 2018-04-17 13:41 GMT+02:00 Antoine Pitrou <solip...@pitrou.net>: > > > On Tue, 17 Apr 2018 13:34:47 +0200 > > Ludovic Gasc <gml...@gmail.com> wrote: > > > Hi Nickolai, > > > > > > Thanks for yo

Re: [Async-sig] Blog post: Timeouts and cancellation for humans

2018-01-15 Thread Antoine Pitrou
Hi, On Thu, 11 Jan 2018 02:09:29 -0800 Nathaniel Smith wrote: > Hi all, > > Folks here might be interested in this new blog post: > > https://vorpus.org/blog/timeouts-and-cancellation-for-humans/ > > It's a detailed discussion of pitfalls and design-tradeoffs in APIs > for

Re: [Async-sig] Asyncio loop instrumentation

2017-12-31 Thread Antoine Pitrou
On Sun, 31 Dec 2017 18:32:21 +0100 Pau Freixes wrote: > > These new implementation of the load method - remember that it returns > a load factor between 0.0 and 1.0 that inform you about how bussy is > your loop - What does it mean exactly? Is it the ratio of CPU time over