]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Starting experiments in locality-aware task distribution
authoreestolan <eestolan@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 9 Aug 2007 04:53:20 +0000 (04:53 +0000)
committereestolan <eestolan@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 9 Aug 2007 04:53:20 +0000 (04:53 +0000)
commit8259ffc3d12ffa76ae403521642b82ec5474f71f
tree19de8655487ebef011353ca06154ffd919033efe
parentb5d049c2db5a711460b0aef621b1f777275a6909
Starting experiments in locality-aware task distribution

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1605 29311d96-e01e-0410-9327-a35deaab8ce9
21 files changed:
trunk/ceph/Makefile
trunk/ceph/active/README [new file with mode: 0644]
trunk/ceph/active/activemaster.cc [new file with mode: 0644]
trunk/ceph/active/activemaster.h [new file with mode: 0644]
trunk/ceph/active/activeslave.cc [new file with mode: 0644]
trunk/ceph/active/activeslave.h [new file with mode: 0644]
trunk/ceph/active/activetaskd [new file with mode: 0755]
trunk/ceph/active/activetaskd.cc [new file with mode: 0644]
trunk/ceph/active/activetaskd.h [new file with mode: 0644]
trunk/ceph/active/client_init.cc [new file with mode: 0644]
trunk/ceph/active/client_init.h [new file with mode: 0644]
trunk/ceph/active/common.h [new file with mode: 0644]
trunk/ceph/active/echotestclient [new file with mode: 0755]
trunk/ceph/active/echotestclient.cc [new file with mode: 0644]
trunk/ceph/active/echotestclient.h [new file with mode: 0644]
trunk/ceph/active/inet.h [new file with mode: 0644]
trunk/ceph/active/msgtestclient.cc [new file with mode: 0644]
trunk/ceph/active/msgtestclient.h [new file with mode: 0644]
trunk/ceph/active/trivial_task.cc [new file with mode: 0644]
trunk/ceph/active/trivial_task.h [new file with mode: 0644]
trunk/ceph/active/utility.h [new file with mode: 0644]