|
|
|
|
|
by gshx
3630 days ago
|
|
One big challenge is the expense that is otherwise avoided via usage of connection pooling. Without the hack to keep the backing containers alive, tearing down and restarting them is expensive and wipes out all hot path optimizations made by JIT compilers besides having to reestablish connections and pay the handshake prices. Apart from the simplest of use-cases at this time, imho this is not an efficient model if sustained performance and low latency are of interest. |
|
I've been going under the assumption that it's just not the right use case for Lambda, though I'm hoping I'm wrong.