Move Code Not Data: 'Sandboxing' Using Remote Lambda Executionjuptr.io 4 pointsmoru00119 years ago2 commentsSaveHideCopy link On HNComments−s41759yOk, but how do you handle different client versions? Do you have to exchange meta info like headers/version numbers?−moru0011OP9yat connection time a client submits the class files reqired to execute its lambdas. We hold a classloader per client connection.
Comments
Ok, but how do you handle different client versions? Do you have to exchange meta info like headers/version numbers?
at connection time a client submits the class files reqired to execute its lambdas. We hold a classloader per client connection.