Yariv Sadan wrote: > I wonder if memcached uses a more > clever strategy such as memory pools.
It uses slabs, a cute and dense memory management technique popularised by the Solaris kernel (and used in Linux, too). http://citeseer.ist.psu.edu/bonwick94slab.html (Don't read the Wikipedia page about slabs; it's awful.) <b --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to "Bay Area Functional Programmers" To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/bayfp?hl=en -~----------~----~----~----~------~----~------~--~---
