$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] maximum length for names of mutexes, memory segments etc.
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2008-12-04 13:06:43
Ion Gaztañaga wrote:
> I don't know if a portable scheme can be easily deduced. Just to be
> curious, does the C++ standard say anything about path or file name
> lengths?
Seems like we have FILENAME_MAX. But if Interprocess emulates shared
memory on users HOME or TMP folderthis this length can only be
calculated on runtime, not at compile time. Any ideas?
Regards,
Ion