Hi all!
Here is something I can't understand. A lot of web frameworks internally use db pooling. I can't understand how the db pooling can work there, if HTTP connections are stateless? I can imagine that db pooling could work only for connections that are Keep-Alive?
Any ideas?
Thanks!