thanks Dave,

i am thinking about server less architecture with golang.
i feel that "sharing languange runtime/VM" will be next technology than the 
container/kubernetes era.
already aws offering lambda service for serverless architecture.

i know that nodejs is running in sandbox mode with event based parallel 
execution. where node VM is shared for each sandbox.
so i think that node sandbox can be useful to isolate each application 
scope where we can achieve 'sharing runtime' effectively. 

i am not an expert in core nodejs, so my question to you is 
Is sharing "Nodejs VM" for multiple node application possible ???

sorry for my late reply 

Thanks
Thani

On Tuesday, 29 November 2016 11:30:28 UTC+5:30, Dave Cheney wrote:
>
> No, this is not currently possible. 
>
> If it was possible in the future, what would this let you do that you 
> cannot do today?
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to