PHP threads

PHP usually runs in single-threaded environment. There is the pthread extension that exposes threads to PHP users.

Thread is suitable for increasing CPU-bound programs. For I/O bounds programs, please consider async I/O solution first.

results matching ""

    No results matching ""