3 Jun
2008
3 Jun
'08
6:54 p.m.
Jan Suchý wrote:
Hallo boost interprocess useres, first of all, many thanks to Ion for his support: std::auto_ptr
segment_ptr is working well and choosing keytype as interprocess::basic_string is working great too. Thank you. But now, I have stoppend when using map in shared memory in combination:
typedef std::pair
ValueType;
You can't store raw pointers in shared memory. And since XQQuery does not seem to be prepared for shared memory, you can't place XQQuery objects in shared memory. I'm afraid there's no solution to your problem using Interprocess :-( Regards, Ion