Am Wed, 12 Mar 2014 10:41:11 +0100
schrieb Sönke Ludwig <[email protected]>:

> But since the memory pages of a fiber's stack are allocated lazily, at 
> least on a 64-bit OS, where address space is not an issue, you can 
> actually scale to very high numbers with a decent amount of RAM. 

This means for each fiber, you allocate e.g. 1 MiB virtual
memory as a stack and let page faults allocate them from RAM
on demand, right?

-- 
Marco

Reply via email to