#[SOLVED] 1 function coupled to 1 container

16 messages · Page 1 of 1 (latest)

green scarab
#

Hi, please @mental path in our previous discussion, you mention:

we spin up 1 runtime for every function

I just want to know why? It would not be better to have runtimes container that can run any funtion? that will allow a better use of server resources.

Is there a way to do this now "1 runtime container runs different functions"?

#

1 container coupled to 1 container

inland apex
inland apex
#

1 function coupled to 1 container

green scarab
#

Is not another way to achieve isolation? I know always there are trade offs but for some limited/constrained projects it would be better to leverage server resources than have isolation.

It is a possibility that the final decision betweem isolation or server-resources, is taken by the developer?

inland apex
#

this architecture also helps with scaling out horizontally

mental path
#

You can do that already, it's just a bit less structured. You would need to come up with a scheme for your payload, and follow that pattern in your app.

green scarab
green scarab
green scarab
green scarab
mental path
green scarab