Some interesting concurrency tests
Comparison about: secuencial, Threads based pool and Process based pool. In multicore PC, the last is fastest.
Flask + Gunicorn example. Bidirectional communication; with user input. Two examples:
- Echo chat
- Random number generator wit color changes.