PHP Classes

Asynchronous programming

Recommend this page to a friend!

      PHP Classes blog  >  PHP 7 Features and Re...  >  All threads  >  Asynchronous programming  >  (Un) Subscribe thread alerts  
Subject:Asynchronous programming
Summary:Already doable
Messages:2
Author:Jared Hohman
Date:2014-09-04 01:54:36
Update:2014-09-04 02:40:44
 

  1. Asynchronous programming   Reply   Report abuse  
Picture of Jared Hohman Jared Hohman - 2014-09-04 02:13:53
There is already support for multithreading.

  2. Re: Asynchronous programming   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-09-04 02:40:44 - In reply to message 1 from Jared Hohman
The point is not PHP starting threads, but rather simultaneous requests to be handled by threads, thus saving a lot of memory when handling parallel requests.