summaryrefslogtreecommitdiffstats
path: root/openstack/common/service.py
Commit message (Expand)AuthorAgeFilesLines
* Use Service thread group for WSGI request handlingDavanum Srinivas2012-11-291-2/+2
* Make project pyflakes clean.Monty Taylor2012-11-281-2/+5
* Replace try: import with extras.try_importMonty Taylor2012-11-281-5/+2
* Merge "Use the ThreadGroup for the Launcher"Jenkins2012-11-191-11/+4
|\
| * Use the ThreadGroup for the LauncherAngus Salkeld2012-11-131-11/+4
* | Change RPC cleanup orderingJeff Peeler2012-11-121-1/+1
|/
* Merge "Use spawn_n when not capturing return value"Jenkins2012-11-051-1/+1
|\
| * Use spawn_n when not capturing return valueEric Windisch2012-11-041-1/+1
* | Log CONF from ProcessLauncher.wait, like ServiceLauncherDavid Ripton2012-10-311-0/+4
* | Import order clean-upZhongyue Luo2012-10-291-1/+1
|/
* Added a missing `cfg` import in service.pyKiall Mac Innes2012-10-021-0/+2
* Log config on startupAngus Salkeld2012-09-261-0/+4
* Integrate eventlet backdoorMark McLoughlin2012-09-261-0/+2
* Add the rpc service and delete managerAngus Salkeld2012-09-261-25/+9
* Add threadgroup to manage timers and greenthreads.Angus Salkeld2012-08-201-7/+23
* Add multiprocess service launcherAngus Salkeld2012-08-201-7/+183
* Add signal handling to service launcherAngus Salkeld2012-08-201-0/+41
* Basic service launching infrastructureAngus Salkeld2012-08-151-0/+73
* Move manager.py and service.py into common.Angus Salkeld2012-08-151-0/+30