We have to deal with this at work. It’s the pain of moving large data across the network via HTTP. You have no idea how large the data is going to be or how long the SQL query will take to execute u til after the HTTP request is issued by which time the request TTL is already defined.
This is a self inflicted pain though. You shouldn’t be using HTTP to move large data. A streaming socket is so much more efficient.
austin-cheney•2h ago
This is a self inflicted pain though. You shouldn’t be using HTTP to move large data. A streaming socket is so much more efficient.