1
I Use This!
Inactive

Commits : Listings

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