Re: Strangely enough ...
And when you need a new process you just exec one instead of firing up a whole new kernel to run it. Seriously, if I follow the description correctly this is what's happening: job needs a new process so spend 25ms firing up a new server, new server then execs the required process and somewhere along the line the new process server has also to work out how to connect to the process server that needed it. Marketing then calls it "serverless computing". "Yes, Minister" series one, episode one had a name for that: "getting rid of the difficult bit in the title".