PHP Classes

Notable PHP package: Threadable

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 203

Last month viewers: 1

Categories: Notable Packages

Many applications that start parallel processes use them to perform the same task multiple times in parallel.

This package can manage groups of parallel processes that are started to run the same parallel task.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package Threadable is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Start and manage parallel threads running classes

Here follows in more detail what it does:

This package can start and manage parallel threads running classes.

It provides a basic worker class that will handle the tasks to be run in parallel. Implementation classes should extend the worker class.

The package also manages groups of parallel processes that will run similar tasks using a worker pool class.

The worker pool class can send payload data to the worker class objects so they can process the data to execute the intended task.

It also provides a trait to add the capability to any class to start a parallel process and act as a threadable worker class.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,611,172 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.




  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)