Am 21.06.2018 um 07:43 schrieb mae:
> Good morning,
> 
> I'm considering to use graph-tool as a part of a python web-service
> providing graph analysis features. Graph-tool performance looks really
> promising, but I'm not sure if it fits my case. I would like to load graph
> into the memory and share/read it between multiple threads/processes (to
> handle many requests in parallel to the same graph). Is Graph thread safe?
> For me it seems that it's not, but I would like to confirm it. 

Non-modifying operations to Graph are thread-safe.

Best,
Tiago

-- 
Tiago de Paula Peixoto <ti...@skewed.de>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to