Skip to content

sjtosco/concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

concurrency

Some interesting concurrency tests

Python3 ThreadPoolExecutor vs ProcessPoolExecutor

Comparison about: secuencial, Threads based pool and Process based pool. In multicore PC, the last is fastest.

Echo Server

Flask + Gunicorn example. Bidirectional communication; with user input. Two examples:

  • Echo chat
  • Random number generator wit color changes.

About

Some interesting concurrency tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages