On 29 Oct 2008, at 19:59, Paul Querna wrote:

It is common on most unix platforms for fork() to use copy on write[1] for memory pages.

Over the years - I've become completely addicted to both copy on write (for larger sites with high loads) - and also note that the optimisation (in hardware even!) of some unixes around exactly this pattern is extreme.

So this is something which really would need to prove itself in that space,

Dw

Reply via email to