Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2002-08-02 (14 years ago) | 57% | Total: 3,858 | All time: 795 This week: 583 |
Version | License | Categories | ||||
daemon 1.0 | GNU General Publi... | Networking, Web services |
Description | Author | |||||||||||||
This class lets you write Simple daemons. The features of this class are: |
|
README file for the daemon class: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I'm assuming that you have the skill to install the script and read through its sources. All that I'm going to offer here, is some little instructions on how you can use this script. This program needs a PHP interpreter compiled with the --enable-sockets option. If you needed to write an app that wants to use a simple command based protocol over the network (like FTP) you can use this daemon. The implementation part should be understandable from the test script provided herewith. To run the daemon, you need the CGI/CLI version of the php interpreter. I wrote this script on Debian GNU/Linux and am assuming that you've put your PHP binary in the place where the standard php4-cgi debian package puts it. (ie., /usr/lib/cgi-bin/php4). If the program starts up successfully, you can try telnetting to port 19123 (thats where the sample script starts listening) as following: $ telnet 127.0.0.1 19123 GNUPHPtial daemon (0.0.1b) (Debian GNU/Linux) foo> _ That is the prompt, you can type in various things there. HELP should show the list of valid commands. HaPHPy Hacking! -Suraj suraj@chennailug.org |
Files |
File | Role | Description |
---|---|---|
class.daemon.php | Class | Daemon Class Code |
daemon.php | Example | Script that starts a simple daemon |
README | Doc. | README file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.