Reply to post:

Serverless is awesome (if you overlook inflated costs, dislike distributed computing, love vendor lock-in), say boffins

Muira

You're presumably thinking about connection pools etc. for relational DBs. They are a pain, for sure. But the end is nigh for these things, Everything is (or will become, if not already) an API call. It's a simple HTTPS request, that's signed for authentication (and to prevent tampering), that delivers the SQL request (or whatever). No complex connection setup, no persistent connection pooling, no fighting for shared resources. The auth and request are combined in the same, single, lighter-weight HTTPS request.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon