Towards Modern Development of Cloud Applications (2023)
1–10 of 69 posts
Re: Towards Modern Development of Cloud Applications (2023)
#2Re: Towards Modern Development of Cloud Applications (2023)
#3Re: Towards Modern Development of Cloud Applications (2023)
#4Re: Towards Modern Development of Cloud Applications (2023)
#5Isn’t this prevailing wisdom among HN crowd ?
Re: Towards Modern Development of Cloud Applications (2023)
#6Performance is evaluated against a single example implementation (section 6.1) and 9x improvement was achieved when co-locating into a single process. To be fair this seems a reasonable thing to do if you can get the application to be efficient enough to allow it - but there may be very good reasons not to do it in many applications.
Re: Towards Modern Development of Cloud Applications (2023)
#7Basically your code has no concept of "network boundary", there's only package import each other, there's no "microservice".
But when deploying, i can choose which package to be deployed as a service.
Re: Towards Modern Development of Cloud Applications (2023)
#8Re: Towards Modern Development of Cloud Applications (2023)
#9Re: Towards Modern Development of Cloud Applications (2023)
#10I've used this paradigm for a long time. What's new here ? Basically your code has no concept of "network boundary", there's only package import each other, there's no "microservice". But when deploying, i can choose which package to be deployed as a service.