Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (27) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-08-01 (8 years ago) | 59% | Total: 3,403 This week: 1 | All time: 980 This week: 1,047 |
Version | License | PHP version | Categories | |||
phpthreader 1.6 | MIT/X Consortium ... | 5 | Language, AJAX |
Description | Author | ||||||||||||||||
This class can be used to add MultiThreading-like Functionality to PHP. Innovation Award
|
|
Screenshots | ||
Files | / | Com |
File | Role | Description |
---|---|---|
Com.php | Class | The Abstract Thread Communication Class |
FileCom.php | Class | Flat File Communication Class |
MyCom.php | Class | Using MySql Heap Engine to communicate between Threads |
ShmopCom.php | Class | Shared Memory Communication Class |
Files | / | Handlers |
File | Role | Description |
---|---|---|
Loader.php | Class | a very Simple function to allow easy Loading / Locating of Classes |
PlainArray.php | Class | A Writting Methodolgy Class Based on Array Serailization |
Files | / | Sync |
File | Role | Description |
---|---|---|
SimpleMutex.php | Class | A Class Implementing a Simple Mutex For Read and Write Sync |
Files | / | Thread |
File | Role | Description |
---|---|---|
AjThreader.php | Class | The Ajax Thread Calling class |
Caller.php | Class | The abstract class for calling threads |
CliThreader.php | Class | Cli Thread Calling (Shell Calling) |
SocThreader.php | Class | Sockets Method of calling Threads |
Files | / | Doc |
File | Role | Description |
---|---|---|
Aj_Threader.txt | Doc. | Ajax Method Documentation |
Online_Docs.txt | Doc. | Url to Online Docs |
Soc_Threader.txt | Doc. | Socket Method Doc |
Threader.jpg | Screen | image illustrating Class Construction |
Files | / | Examples |
File | Role | Description |
---|---|---|
Ex1_Counter.php | Example | First Example Counter Thread |
Ex1_Echoer.php | Example | First Example File-writting Thread |
Ex1_MainThread.php | Example | First Example Main Thread |
Ex2_Counter.php | Example | Second Example Counter Thread |
Ex2_Echoer.php | Example | Second Example File-writting Thread |
Ex2_MainThread.php | Example | Second Example Main Thread |
Ex3_MainThread.php | Example | Third Example Main Thread |
Ex3_PartDownloader.php | Example | Third Example File Parts Downloader Script |
Ex4_Counter.php | Example | Fourth Example Counter Thread |
Ex4_Echoer.php | Example | Fourth Example File-writting Thread |
Ex4_MainThread.php | Example | Fourth Example Main Thread |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
PHP Threader - Threads in PHP Auf der Seite phpclasses.org, wo ich immer wiedermal vorbei schaue, bin ich eben auf eine Sehr Interessante klasse gestoßen... |
PHP Threads oder ähnliches Hallo, wie der Titel schon sagt würde ich gerne so etwas wie Threads in PHP realisieren... |