Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Webcamp Zagreb 2013

Webcamp Zagreb 2013

Slides for a talk "Concurrency" that I gave at Webcamp Zagreb.

Goran Peretin

October 27, 2013
Tweet

More Decks by Goran Peretin

Other Decks in Programming

Transcript

  1. GIL (Ruby & Python) • Global Interpreter Lock • dva

    threada se ne mogu izvršavati istovremeno Sunday, October 27, 13
  2. PHP • PHP nema threadove • Nije thread-safe • PHP-FPM

    • Apache (mod_php) Sunday, October 27, 13
  3. Blocking I/O OS pauzira thread koji napravi I/O request. Za

    izvršavanje drugog requesta treba nam novi thread. Sunday, October 27, 13