Boost logo

Boost :

From: Michael Pryhodko (crusader.mike_at_[hidden])
Date: 2006-03-01 06:21:50


Hi

I am not active 'Boost' participant, but I keep an eye on this project and
check it's status from time to time. During last couple of years I was
involved in IPC and was naturally intrigued by the new boost library --
Shared Memory Library. In documentation I have read that:

[------- start -------]
 To place STL-compatible containers in shared memory, Shmem allocators
define allocator<T>::pointer typedef as a relative pointer type, instead of
T*. Although the use of smart pointers is allowed by the standard, current
STL implementations can't handle Shmem shared memory STL compatible
allocators.
[------- end -------]

But in my recent project I actually created allocator for shared memory that
can be used in STL from MS VC7.1. Rejected two or three version of
allocator::pointer until it worked. And I used it successfully: in my
project complex structures with maps, deques, vectors, pointers and even
smart pointers were created in shared memory. Only problem I have found --
std::basic_string, it explicitly uses T* in union. I have used
limited_string or vector<char> instead of it.

If anybody interested -- just ask for more details, until then I'll
demonstrate simple example and allocator declaration:

[------- start example -------]
template<class MemModel = StdMemModel>
class RootObject : public MemModel::ObjectBase
{
public:
    typedef ProcessContext<MemModel> ProcessContext;
    typedef typename MemModel::rebind<ProcessContext>::Allocator::pointer
ProcessContextPtr;

//...

private:
    // process context map<ProcId, ProcessContextPtr>
    typedef std::map<DWORD, ProcessContextPtr, std::less<DWORD>,
        typename MemModel::rebind<std::pair<DWORD const, ProcessContextPtr>
>::Allocator>
            ProcessMap;

    ProcessMap m_procMap;
};

// later in the code:
if (useShared)
{
    new RootObject <SharedModel>();
}
else
{
    new RootObject <>();
}

[------- end example -------]

I'll try to attach shared allocator declaration, hope that this newsgroup
allows this.

Bye.
Sincerely yours, Michael.

begin 666 heap.zip
M4$L#!!0````(`$-R7#0X,K$Y- <``- >```&````:&5A<"YHY5E;3]M(%'X&
MB?]PVDK("0&2JGT)D(KM4O4!"@O9OE25-=ACXJUO.YY LQ'[V_?,S3.V$Q):
MD"JMI2CQ^,PYWWSG,F><5W&4A32"CR?'%_Y'WQ\,_$'??]WOO_7]M_Z;@?^F
M[_L79UN;KU JSNAJ012-(_#/KM[[GT\N802#?K^/@P4C-RF!/ LHWM$LC",A
M+,2S()F&%%ZF-,W9;&_R4CW8W]]]BFMK,R,I+0L24% 68/Z$RI]0U?X^_$9*
M>G[]%PWXUF;)V33_at_M2$$#GBA8):SE"3J]C:/PR[D!66$YPPR>B=&P2OC?ZC/
M(;O"[PXLON; *)^R3%,S')(DR0-/S3F >VL!K(60)I13M"#'NP4JYQ.6WWF+
MK,PKU1&CU"OJ6NNXOWR%Y\?]Y>M/X*X<4"084"G-^#H^Z$%E<8'!:BW%6H1W
ME;;N0EU"W5KT/@TDS:6%M!C3W&4NRZ7,,I U]_>@Y.%PJ*?@:)!G)=^N,"LE
M.BW$Q=G,WCCCXGHH8JSDO?T9$!Y,/(F ?@]HP>,\,PA66?GTY^EI6ZO+98-*
M$Y2KEBQ-/BJG_J^,VD1?S>EB1N\/GKK 7^1QQBG;VN0TQ1+"Z6&0D+*$\6AK
M4_W2$C"$8GJ=Q,&B#8#/"BJV;;FJ_at_C/<3"-<51Y%)>4^/ZA+3;,ROLEH",&$
M,+7T+ES/.-+/*F$S%S/>Y*I&XE6/2 ]P!,)IFLXL=W,HX B()$Q!'M;G-T7[
M5;0:B7$72%-*6?5(H^X&>5K$"66[Y;0HDEBL*D"7]RKG(Y0LA%"$`6$4\F]F
M<A4=XRX:D30X)G60W:#)AL60DB3.;N NYA,H\F2&<5),XC+5+#<<^7I47YO^
M/L0'.NR 3<KE^>:L'?U+>!SX`2GYX;@[\G#BGD38`9-@%=(5.+8M0<\-25R:
MSBY'HII(D5,,S3@@"=(ID9003;- % .DFNMZ,[9U;'>TOL=:Z]W9\=SB*:)K
MYPA$3<PC;XQ3:U@;H>EJP0$W2(T$3PM/SD552U2C2%.QQ;>[V\*W^WA\J&4M
M? M5&WS+&#Q2)5OO([<D:34-35:[*/0P<H> !>H;^INDK%9OM;>5UR,)G';'
M)"U:JQOKP:"S/#9^S,3.$A/*2*.V\]S'><O30#FP8/$MUH!AE4$R.Y;._at_2.L
MQO ./T/ (MR1H+QJ:^C<^,6G:9+8E:OLMYN%K_at_IRF]4;2ZV0:T.D9LCJ)TAS
MVYQ#0KNH0<1B/#U";;,\>(ZM6G8SPKT/;-:.S-S9_3;,UCL6T3#%J,#[:E\U
M#TT9MB(CDTZF,!XXNJS8-C0O1B/**)ZMW0EM_<I'PHK\X3]HQ6P-]E*37%OU
M!;E9H+[4LELR-JS%E])F.=IHT.V?\PEER/G&ACX3,WH=9Z$8F&_(GB"[I0S[
MD\PZY- ?ST:8-;5!.'1T&43.%/40<O$E2-E04;6A>0(2AHR6I5=1`/[G*MLK
M.";HE3#F"*133JX3)2W$3/[I4K MM2B#TE[-.Y75!OUKVL[R;(GYFI4VB(H7
MT1%8IK4+D#DR3;C#K1?F\FR'O5)GD195A"S;X]'V(L77,[PI9J+C6JQQ>70L
MMZ6%%AJ,6)YBA6)4* U7+F_at_-\V)I3KNU&@PJP_at_Y]?23:@69;M^!D(18-JYR)
MYQ@=0OX%QQ:YRDEKV<I"+L\80+B61D0Y-M!BDNWKQ&4/),-A\Q KIKJ JA_at_V
MB"H,X+_/IQGOZ<U)(O<_'%_^`5UQ1G#(,0`)8V0F0EK-!+0H7L"4%53DA]>A
M-A)-['$+T8OW#DIKM]J3.RUBJYAI\#HVI5*FT((0JU.K3A*RT%8I*5X8*?)@
M[#4S47L5E>6SFFG7C_)IPY)X['6EY-Z_8\_1*<AQRW5*OOOBI]<L**@W3_at_7[
M*!&GTU1[046%*,A6AW;+$;CM4,?;'71_at_7[<Z(+I.-X+[<&CFO3,_AJ(1TDC-
MM_at_YW.?LF:@)A*!/"61RPO,PCWMJ<_6,1+YB0<8;'-_at_2I(NMW19#/2'9#O7J4
MF$N$I7A9K'7@/F6X_A"SDO<>.^L4#TD]/;PMOM%?-6]]T8J5J/!F)++]0!N$
M%T?JR0'L[*@AZ7'4M&?"00^+#D_at_S9<O&^.3LXO1X? +G%R>7Q^/SRZMV*S/H
M_at_7-@-)Q=YWEB*]B1YY2V_at_3DS]MQ:7ITDS1(YX_at_.Q&@N'_CV5QSM =7=D5@(F
M!]6G31,/<L_at_LY@>POG_at_BK*BYB38B2=F$J\8L^:M;RS4NZ<6K"6$T/,NQKL(N
M'D;DK?D#(Q7#U3\$CJA]0]3N6,5PK7^JO>5K-4/C$1R;&W.";W5\MIB"^A(#
M5FHQ" 5$'B0:W2#^>BU..55**:"(93BLP-@$*V0%%.J<E9B2S]F>.3,U7T \
M%ZYZV_9X=$]\AKF7;]L;?W[]LG]]7?'PC*9G]<AVQWXRLJ5+'QG>6NG\_E>+
M;D:E3(&WZE5<W=3(*U0;I@/K5PG[1\)6#C%_%V,TK_SW^3]02P$"% `4````
M" !#<EPT.#*Q.30'``#0'@``!@`````````!`"$`)($`````:&5A<"YH4$L%
3!@`````!``$`- ```%@'````````
`
end


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