Programster's Blog

Tutorials focusing on Linux, programming, and open-source

A Really Basic Swoole Threading Example

A really basic multithreading example when using Swoole PHP.

Compile PHP 7.2 with pthreads

Install PHP 7.2 With Pthreads for multithreading

PHP Multithreading - Thread Pool Example

An example of using a thread pool for handling threads more efficiently.

Set up Latest Dev PHP with Multithreading on Ubuntu 16.04

This tutorial will show you how to recompile PHP with ZTS enabled, before then adding the pthreads extension in order for us to be able to easily write multithreaded PHP CLI scripts.

Install PHP 7.0 With Pthreads on Ubuntu 16.04

Install PHP 7.0 With Pthreads for multithreading on Ubuntu 16.04

Set Up PHP With Multithreading on Ubuntu 16.04

This tutorial will show you how to recompile PHP with ZTS enabled, before then adding the pthreads extension in order for us to be able to easily write multithreaded PHP CLI scripts.