Closed ezraroi closed 6 years ago
currently we create a connection to the db every time. In the web server we should use connection pool
https://git-wip-us.apache.org/repos/asf?p=commons-dbcp.git;a=blob;f=doc/PoolingDriverExample.java;h=8fd8ec50ac14f66dec84342e7a441388932190d1;hb=HEAD
currently we create a connection to the db every time. In the web server we should use connection pool