2 Followers
8 Following
3 Posts
Software developer, electronics engineer, attempting level-headed thinker
@dberkholz @adrianco Managing complexity at scale is hard, but once you break up your problem properly it isn't too big of an issue. On the other hand, "cold start" times always feel like they're a problem, especially when you are chaining microservices together. I wonder if Azure comes up with something similar to this AWS solution.
@abosio You have my sympathy... It's been a few years since I did a Django setup, but I still remember the trouble with the wsgi module. I'm assuming you're on Linux?