(*) slice atttribute types get cached
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 27 Nov 2006 12:18:13 +0000 (12:18 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 27 Nov 2006 12:18:13 +0000 (12:18 +0000)
commitd316abf4bdb070ea1acf6be4b262c86a055b6ac2
tree4af1dcd312765c33b685a335333fb538a2de19c1
parent27792b89f3a68e68b1e63614b4d4d4a4d9606332
(*) slice atttribute types get cached
(*) TestPeers to create custom slice attribute types and slice attributes
(*) new method GetPeerData to allow RefreshPeer to perform
    a single xmlrpc request (overall improvement : x 3 on small deployments)
(*) Cache created with a peer_id rather than with a peer,
    so as to remove a useless dependency (arg check done by RefreshPeer)
(*) caching slice attributes will require another method,
    equality cannot be based on a single column as for other types
    of cached data; ongoing
PLC/Cache.py
PLC/Methods/GetPeerData.py [new file with mode: 0644]
PLC/Methods/RefreshPeer.py
PLC/Methods/__init__.py
PLC/SliceAttributeTypes.py
TestPeers.py
TestPeers.ref
planetlab4.sql