Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend / pithos / backends / lib / hashfiler / archipelagomapper.py @ f9093bea

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
f9093bea 01/09/2014 02:23 pm Chrysostomos Nanakos

pithos: Use new ArchipelagoConfFile constant

Remove BACKEND_ARCHIPELAGO_CONF and use the new ArchipelagoConfFile
introduced in WorkerGlue class.

b5636704 01/09/2014 02:22 pm Chrysostomos Nanakos

pithos: pep8 fixes

9762de48 01/09/2014 02:22 pm Filippos Giannakos

pithos: Do not put xseg request before map retrieval

During map_retr_archipelago, we should not put the xseg request which fetched
the map data, before actually retrieving them.

The ctypes "from_address" method, does not copy the data where the pointer
points. It simply creates a ctypes instance using the given memory. Ctypes...

f3525003 01/09/2014 02:22 pm Chrysostomos Nanakos

pithos: Add Archipelago Blocker and Mapper