Skip to content

Instantly share code, notes, and snippets.

@dianaarnos
Last active July 1, 2020 21:14
Show Gist options
  • Save dianaarnos/70747198e41191a3922de4740ab65b86 to your computer and use it in GitHub Desktop.
Save dianaarnos/70747198e41191a3922de4740ab65b86 to your computer and use it in GitHub Desktop.
Links com referências e materiais sobre a extensão Parallel e multithreading

Código de exemplo apresentado na palestra: https://github.com/dianaarnos/php-paralelo
Repositório oficial da extensão Parallel: https://github.com/krakjoe/parallel
Documentação oficial no PHP.net: https://www.php.net/parallel
Blog post do criador, Joe Watkins (krakjoe): https://blog.krakjoe.ninja/2019/02/parallel-php-next-chapter.html
Entrevista do Joe Watkins no PHP Internals News: https://phpinternals.news/11
Exemplo de webcrawler usando Parallel: https://gist.github.com/krakjoe/0ee02b887288720d9b785c9f947f3a0a
PHP Swoole: https://www.swoole.co.uk/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment