summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/MultiprocessingCore.py
Commit message (Collapse)AuthorAgeFilesLines
* MultiprocessingCore: make multiprocessing children threaded for higher ↵Chris St. Pierre2013-07-301-139/+341
| | | | performance
* MultiprocessingCore: rewrote parent-child RPC to be thread-safe (and less ↵Chris St. Pierre2013-07-231-67/+90
| | | | powerful)
* 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
| | | | | | | | | | When the broker in a multiprocessing configuration expires its metadata cache (e.g., when probe data is received), it must dispatch that expiration call to its children. This also makes the protocol for communication between the broker and its children into a real RPC protocol, so we can do even more stuff in the future.
* Core: added more debugging on server shutdownChris St. Pierre2013-05-201-0/+1
|
* added multiprocessing server coreChris St. Pierre2013-05-201-0/+203