1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #32 from Fantomas42/django1.4_and_future More... over 13 years ago
removing references to AdminMediaHandler, because of incompatibilities with django1.4 and future removal in django1.5 More... over 13 years ago
Increment the version counter! More... almost 15 years ago
Removing logging calls from signal handlers More... almost 15 years ago
Move the spawning source code up a level in the directory More... almost 15 years ago
Cleanup some superfluous whitespace More... almost 15 years ago
Allow --threads=1 to use a threadpool of size 1 instead of making `-t 0` and `-t 1` synonymous More... almost 15 years ago
Prefer simplejson over json in the child too More... almost 15 years ago
Bump the version of Spawning to 0.9.6 More... almost 15 years ago
Monkey-patch prior to importing standard lib modules to prevent unnecessary blockage More... almost 15 years ago
Default to importing simplejson if we can find it (a bit faster) More... almost 15 years ago
removing osx cruft More... over 15 years ago
updated scripts as to what I have working in prod plus mods for rtylers comments More... over 15 years ago
adding rc-scripts for fedora More... over 15 years ago
Prepare for 0.9.5 release with an updated changelog More... over 15 years ago
Controller starts a new batch of children immediately when reloading. This fixes #21 More... over 15 years ago
Rudimentary log file analyzer, intended as much as a library as a command-line tool. More... over 15 years ago
A few tweaks to the status page so that we can continue to see child status while the child is finishing up its requests. More... over 15 years ago
Adds status health page to the Spawning controller. This status page listens on a different port and provides information about the state of the child processes in HTML and JSON formats. More... over 15 years ago
Fixes rtyler/spawning#3, SIGHUP to parent causes it to die under load, when it should be restarting gracefully. More... over 15 years ago
move coverage to use URLInterceptor and allow both interceptors to be stackable More... over 15 years ago
changed util to a module and added /_sysinfo as a possible interceptor More... over 15 years ago
Prevent negative --threads sizes, disable changing of tpool size for 1-thread as well as 0-threads More... over 15 years ago
When using monkey-patching (--threads=0) prevent the setting the tpool size to zero More... over 15 years ago
Fix the command name for the readme More... over 15 years ago
Create the news entries for 0.9.4 More... over 15 years ago
Use eventlet 0.9.12 which corrects an issue on some 2.6 installs More... over 15 years ago
Bump eventlet dependency More... over 15 years ago
Fix pipe leakage courtesy of rdw@ More... over 15 years ago
Prevent proxying string returns when using eventlet.tpool More... over 15 years ago