Skip to content

Example code for the workshop Modern Concurrency in Python

License

Notifications You must be signed in to change notification settings

junqueira/concurrency

 
 

Repository files navigation

concurrency

Example code for the workshop Modern Concurrency in Python

Ideas

Benchmarking

ab: Apache Bench

https://www.petefreitag.com/item/689.cfm

https://serverfault.com/questions/274252/apache-ab-please-explain-the-output

http://infoheap.com/ab-apache-bench-load-testing/ (graphic output)

Configuration notes

nginx

On Luciano's, Mac, these are the notes output by brew install nginx:

Docroot is: /usr/local/var/www

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.

nginx will load all files in /usr/local/etc/nginx/servers/.

To have launchd start nginx now and restart at login:
  brew services start nginx
Or, if you don't want/need a background service you can just run:
  nginx

About

Example code for the workshop Modern Concurrency in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • Jupyter Notebook 26.8%
  • Shell 0.5%