Pages

Saturday, March 16, 2013

PHP and multi-thread on Windows (pthreads configuration)

Note: Official PHPLobby page is open: http://phplobby.com/

Introduction

pthreads is an Object Orientated API that allows user-land multi-threading in PHP. It includes all the tools you need to create multi-threaded applications targeted at the Web or the Console. PHP applications can create, read, write, execute and synchronize with Threads, Workers and Stackables. Read More