threading

Marko Rauhamaa marko at pacujo.net
Thu Apr 10 12:25:03 EDT 2014


Chris Angelico <rosuav at gmail.com>:

> For a start, nearly everything Marko just posted should be dealt with
> by your library.

Let's not kid ourselves: it is hard to get any reactive system right.

> I don't know Python's asyncio as it's very new and I haven't yet found
> an excuse to use it, but with Pike, I just engage backend mode, set
> callbacks on the appropriate socket/file/port objects, and let things
> happen perfectly.

That "set callbacks" and "let things happen" is the hard part. The
framework part is trivial.


Marko



More information about the Python-list mailing list