0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
On second thought, don't exit(1) from children processes. More... over 13 years ago
Fixed bug where this->pid can be misinterpreted to be the parent_pid of the helper process. Also fixed bug causing manager to hang when helper process exits unexpectedly. More... over 13 years ago
Init script now detects whether php executable is in $PATH, prompts for location if its not More... over 13 years ago
For init script, moved pid file to separate directory (workaround for permission problem) More... over 13 years ago
add support for multiple worker dirs for pecl workers. PEAR requires a constant with the dir name in it at this time so it can not support multiple worker dirs. Examples updated to show this working for PECL. More... over 13 years ago
Moved logfile creation to before user switch occurs, and chown'd logfile & pidfile to switched user More... over 13 years ago
Significant improvements to install and init scripts More... over 13 years ago
A more advanced config file for people to use as an example. More... over 13 years ago
Making the process the session leader with patch from dshafik More... over 13 years ago
Committing change from Gabriel82 to move the process loop to a method that can be overridden More... over 13 years ago
Added support for user in the config file More... over 13 years ago
Add -u option to allow switching user More... over 13 years ago
Almost all command line options are now available via the config file now. Add new options such as setting a dedicated number of workers for a job and/or for all jobs. Improved logging. New option for showing the parsed config. More... over 13 years ago
Added script to install as daemonized service for RHEL (Redhat, CentOS) or Deb (Debian, Ubuntu) distros, including init scripts More... over 13 years ago
Fixed some PID logic flaws with the helper process. When tracking changed code, keep the last date as the greatest file mtime rather than now as things like rsync will ensure that times are synced from the source which is not always more than the last check but is new. Make logging of multi-line log messages all have the log prefix on them. Don't check for GearmanWorker as PEAR does not use that class name. More... almost 14 years ago
Handle custom job class prefixes. Write multi line logs as one log call so they are all together in the log. More... almost 14 years ago
Fix for issue #2. Wrong variable name for handle. More... almost 14 years ago
addServer() expects the port of the gearman deamon as second parameter, addServers() supports giving the port in the form host:[port] More... almost 14 years ago
change ischild to isparent so it is more accurate when daemonizing More... about 14 years ago
Allow for count=0 in the ini to skip workers from starting More... about 14 years ago
Added syslog support. More... about 14 years ago
Get new pid after daemonizing. More... about 14 years ago
README upate More... about 14 years ago
Added support for PEAR Net_Gearman. Enhanced logging of results and worker log lines. More... about 14 years ago
Adding support for classes being used as worker functions More... about 14 years ago
Moved all non-worker related config from the config file to command line parameters. Also added .ini file parsing for the config file. Changed ERROR log type to INFO as that is more representative of its data. Couple of bug fixes. More... about 14 years ago
Change logging output to have more information. Change how functions interact with the parent for logging More... about 14 years ago
content for the README More... about 14 years ago
just show the basename, not the full path in the help More... about 14 years ago
wrong param in help for pid file More... about 14 years ago