Boost logo

Boost :

From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-01-31 17:46:47


Hi Joaquin,

What is the magic number 16384 in the intermodule_holder intantiator
struct intermodule_holder_class contains the following initialization
    instantiator():
      mutex(interprocess::open_or_create,compute_mutex_name()),
      seg(interprocess::open_or_create,compute_segment_name(),16384),

Should this be configurable?

Are the compute_mutex_name and compute_segment_name friendly for debuging?
I think that we will need here some introspection in order obtain these
values,
or better yet to be able to configure them.

Regards

---------------------------
Vicente Juan Botet Escriba


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