vicente.botet | 31 Jan 23:46

Re: [flyweight] Review period extended to February 3

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 

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane