summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/MultiprocessingCore.py
Commit message (Expand)AuthorAgeFilesLines
* Metadata: reread client list from databaseChris St. Pierre2014-02-231-0/+1
* Multiprocessing: removed unused importChris St. Pierre2013-11-061-1/+1
* Multiprocessing: don't reuse child RPC listenersChris St. Pierre2013-11-051-26/+7
* 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
* 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