Shane Harter

Results 4 issues of Shane Harter

This is the Ivoz/envoy PR, rebased as you asked 2 years ago.

This is a large feature that I'm currently thinking about. I'm trying to sketch-out what the feature will look like, and how best to integrate it into the existing codebase....

Refactor the `Core_Daemon::show_help()` method to work like `show_install_instructions()`. Create two instance vars on `Core_Daemon`: ``` protected $help_usage = array(); protected $help_options = array(); ``` Change the `Core_Daemon::getopt()` method to write...

1. Abstract all of the SHM functionality into an SHM storage class. 2. Create additional storage options (Redis, Memcached, etc) and implement the ability for application developers to choose a...