Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (6.2 kB)

# Date Author Comment
3759eddb 01/24/2014 05:31 pm Filippos Giannakos

pithos: Close archipelago resource after reading it.

Archipelago implicitly opens a resource after reading the map file. So we should
close it, after successfully reading it.

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.

f8e0f0ed 01/09/2014 02:23 pm Chrysostomos Nanakos

pithos: pep8 fixes

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