Remember that Go vs D MQTT thing and how we wondered about dmd vs gdc?

Marco Leise Marco.Leise at gmx.de
Mon Mar 17 19:15:51 PDT 2014


Am Wed, 12 Mar 2014 10:41:11 +0100
schrieb Sönke Ludwig <sludwig+dforum at outerproduct.org>:

> 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



More information about the Digitalmars-d mailing list