PUBLIC   marks

PUBLIC MARKS with tag daemon

Sponsorised links

This year

PEAR :: Package :: System_Daemon

by kasi77 (via)
System_Daemon is a PHP class that allows developers to create their own daemon applications on Linux systems. The class is focussed entirely on creating spawning standalone daemons, and for example includes: 1. Methods to generate OS-specific startup-files (init.d) (currently only Debian/Ubuntu are supported), so that your application gets started on reboot as well. 2. Methods for logging purposes 3. Simple syntax 4. Support for PEAR's Log package 5. Can run with or without PEAR (PEAR adds more elegance & functionality) 6. Default signal handlers, but optionally reroute signals to your own handlers. 7. Log levels comply with PEAR_LOG_ levels but are called SYSTEM_DAEMON_LOG_ for (in)dependency reasons 8. Set options like max RAM usage Une alternative à http://www.glagla.org/weblog/2007/11/05/programmer-un-demon-en-php/

Sponsorised links

2007

2006

phpsocketdaemon : bilbliothèque pour serveur en PHP

by clochix & 1 other
A library for writing a daemon in PHP that can handle massive amounts of client and server connections. By using this library you can focus on implementing protocol and logic, instead of spending countless hours of writing and debugging asynchronous, non blocking, high performance socket routines.

freshmeat.net: Project details for HTTPTunnel

by tangthon
About: HTTPTunnel is a simple client/server application for creating an HTTP tunnel between two machines, optionally via a Web proxy. This tunnel can then be used to wrap arbitrary TCP socket traffic in HTTP, thus allowing communications even through a re

2005

PUBLIC TAGS related to tag daemon

no tag

Sponsorised links