Skip to content
Eric Snow edited this page Feb 10, 2023 · 17 revisions

Past Discussion

Potentially Interested Parties

  • parallel programming folks (incl. scientific, numerical)
    • Dask
    • multiprocessing
  • other Python implementors (incl. micropython, numba)
  • Trent Nelson (PyParallel)
  • folks that benefit from isolated threads (& opt-in sharing) in-process
    • web (e.g. mod_wsgi)
    • async web (e.g. HTTP/2, Django Channels)
  • Sarah Mount (python-csp)
  • folks interested in alternate concurrency model to threading, async

Notable Resources