Re: [Boost-users] shared memory overhead
30 May
2008
30 May
'08
7:43 p.m.
Another thing that just occurred to me: allocate huge SHM segment but don't commit it immediately; let the os allocate the swap on-demand. Now, when you run out of swap, the OS should signal the condition somehow (structured exception handling? something else?). You can catch the condition and take appropriate action, whatever that might be.
See ticket #1975: http://svn.boost.org/trac/boost/ticket/1975
6008
Age (days ago)
6008
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jason Sachs