openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
Spawning
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Mar 04, 2025 — Mar 04, 2026
Showing page 5 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add daemonizing support.
Ludvig Ericson
More...
over 16 years ago
Use OS-defined macros to get signum and exit status.
Ludvig Ericson
More...
over 16 years ago
Don't assume EINTR for OSError.
Ludvig Ericson
More...
over 16 years ago
Print exceptions to stderr.
Ludvig Ericson
More...
over 16 years ago
Add license headers to all source files.
Elliot Murphy
More...
over 16 years ago
Python 2.4 compatibility - README
kiorky
More...
almost 17 years ago
Python 2.4 compatibility
kiorky
More...
almost 17 years ago
Moving stuff in src for buildout sake.
kiorky
More...
almost 17 years ago
Added tag 0.8.10 for changeset 1ea6e8b32d6d
[email protected]
More...
about 17 years ago
prepare for 0.8.10
[email protected]
More...
about 17 years ago
whoops, I hadn't merged the changes from 0.8.9
[email protected]
More...
about 17 years ago
When spawning starts up, add the current working directory to sys.path if it is not already there. Also, when calculating the PYTHONPATH to give to the child from sys.path, remove any path which does not exist, preventing setuptools DistributionNotFound errors.
[email protected]
More...
about 17 years ago
bump version to 0.8.10pre
[email protected]
More...
about 17 years ago
If there is an entry in svn:externals that doesn't exist, just ignore it and continue instead of dying horribly.
[email protected]
More...
about 17 years ago
Added tag 0.8.9 for changeset 1ba7b448bc74
[email protected]
More...
about 17 years ago
Prepare for 0.8.9: Minor release which provides compatibility with running servers which are using 0.8.7. With 0.8.8, any running servers which are upgraded from 0.8.7->0.8.8 will crash with a KeyError and need to be restarted manually.
[email protected]
More...
about 17 years ago
Added tag 0.8.8 for changeset 4ceb202551dc
[email protected]
More...
about 17 years ago
update release notes and docs, bump version to 0.8.8
[email protected]
More...
about 17 years ago
Use sys.executable and -m when starting child processes or restarting to maximize chances of using the right environment. Clean up the log messages that are displayed at startup and add --verbose mode which shows the detailed dictionary of configuration on startup/restart, defaulting to off. Clean up the help messages.
[email protected]
More...
about 17 years ago
Add a --max-age option which can be used to restart children after a specified time limit has expired.
[email protected]
More...
about 17 years ago
Add an option to limit the amount of memory spawning will use. If the process group goes over this limit, the controller gets a SIGHUP causing all the children to restart and hopefully some memory to be freed up. Also cleaned up the way the command lines look in ps
[email protected]
More...
about 17 years ago
Add coverage-gathering using figleaf if started with --coverage
[email protected]
More...
about 17 years ago
Correctly extract the exit code and clear up the logline a bit
[email protected]
More...
about 17 years ago
add access-log-file command line option
[email protected]
More...
about 17 years ago
back to 0.9pre
[email protected]
More...
about 17 years ago
Added tag 0.8.7 for changeset 58e352fc790a
[email protected]
More...
about 17 years ago
prepare for 0.8.7
[email protected]
More...
about 17 years ago
If we can't import the wsgi app, panic. If we can't fork a child process (out of memory), panic. Add an exponential backoff to the controller's panic restart. Before spawning would restart as fast as possible; now it backs off the time between restarts.
[email protected]
More...
about 17 years ago
1) Check to see if the controller is still alive, and if not, just exit. 2) Don't hold on to the web port at all in the reloader_svn process.
[email protected]
More...
about 17 years ago
Fix a file descriptor leak which would eventually make the controller run out of file descriptors if it restarted enough times (thousands of times). Now the number of file descriptors stays constant no matter how many times the controller restarts. Also, I simplified restarting and removed the need for override_args which was causing subtle bugs whenever the server wasn't started by executing the command line spawn script.
[email protected]
More...
about 17 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree