Quantcast
Channel: Kommentare zu: Parallel processing in PHP
Viewing all articles
Browse latest Browse all 38

Von: Louis-Philippe Huberdeau

$
0
0

You can also use the default stream extension with non-blocking options to parallelize requests. It also works fine for webservice-intensive applications. stream_select() will avoid the idle loop by providing you with the streams ready to be interacted with.

Gearman is great when available.


Viewing all articles
Browse latest Browse all 38

Trending Articles