summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/MultiprocessingCore.py
Commit message (Expand)AuthorAgeFilesLines
* Rewrote arbitrary data cache systemChris St. Pierre2013-08-161-38/+8
* Merge branch 'maint'Chris St. Pierre2013-08-121-4/+4
|\
| * MultiprocessingCore: added missing docstringChris St. Pierre2013-08-091-0/+2
| * Core: iterate over RMI objects properlyChris St. Pierre2013-08-091-2/+2
| * Core: fixed py3k incompatibilityChris St. Pierre2013-08-091-4/+2
* | testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-3/+0
* | MultiprocessingCore: fixed Cache importChris St. Pierre2013-08-091-1/+1
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-16/+35
|\ \ | |/ |/|
| * Options: migrated server core to new option parserChris St. Pierre2013-06-271-15/+21
* | MultiprocessingCore: added a way to dispatch RMI calls to child processesChris St. Pierre2013-08-071-10/+66
* | Plugin: added new Caching interfaceChris St. Pierre2013-08-071-8/+8
* | MultiprocessingCore: log some messages as debug, not errorChris St. Pierre2013-08-061-2/+2
* | Multiprocessing: fixed resolve_client callChris St. Pierre2013-08-051-1/+1
* | Multiprocessing: proxy RecvProbeData callsChris St. Pierre2013-08-051-0/+15
* | MultiprocessingCore: greatly simplified parent-child RPC, removed non-thread-...Chris St. Pierre2013-08-051-262/+145
* | MultiprocessingCore: added missing docstringChris St. Pierre2013-08-011-0/+6
* | MultiprocessingCore: dispatch "bcfg2-admin perf" calls to childrenChris St. Pierre2013-07-311-3/+35
* | MultiprocessingCore: timing out GetConfig() calls can cause memory issuesChris St. Pierre2013-07-311-6/+1
* | MultiprocessingCore: added missing doc stringsChris St. Pierre2013-07-301-4/+14
* | MultiprocessingCore: make multiprocessing children threaded for higher perfor...Chris St. Pierre2013-07-301-139/+341
* | MultiprocessingCore: rewrote parent-child RPC to be thread-safe (and less pow...Chris St. Pierre2013-07-231-67/+90
* | MultiprocessingCore: Fixed return value from set_debugChris St. Pierre2013-07-221-1/+1
* | MultiprocessingCore: removed unused importChris St. Pierre2013-07-221-1/+0
* | MultiprocessingCore: Call Debuggable.__init__ on DispatchingCacheChris St. Pierre2013-07-221-2/+1
* | MultiprocessingCore: Dispatch metadata cache expiration to childrenChris St. Pierre2013-07-221-10/+92
|/
* Core: added more debugging on server shutdownChris St. Pierre2013-05-201-0/+1
* added multiprocessing server coreChris St. Pierre2013-05-201-0/+203