Boost logo

Boost :

Subject: Re: [boost] BGL in shared memory
From: Akira Takahashi (faithandbrave_at_[hidden])
Date: 2014-02-27 03:10:20


Hi Alexandre,

2014-02-26 16:54 GMT+09:00 Alexandre Motin <alexandre.motin_at_[hidden]>:

> Hello,
> I would like to know if BGL works in a shared memory environement. I would
> like to build a graph (with BGL) in a shared memory area in order to enable
> multiple processes to access the graph.
> Best regards,
> Alexandre Motin
>

Maybe you can use Boost.Interprocess's allocator :
http://www.boost.org/doc/libs/1_55_0/doc/html/interprocess/allocators_containers.html

And, documentation about using customizing allocator with `adjacency_list`
is follow:
http://www.boost.org/doc/libs/1_55_0/libs/graph/doc/using_adjacency_list.html#sec:custom-storage

Regards,
Akira

-- 
>>========================
Akira Takahashi
mailto:faithandbrave_at_[hidden]
site : https://sites.google.com/site/faithandbrave/about/en

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk