orangy
andrewoma
05/04/2017, 9:46 PMandrewoma
05/04/2017, 10:24 PMandrewoma
05/04/2017, 10:26 PMelizarov
05/04/2017, 10:39 PMelizarov
05/04/2017, 10:42 PMelizarov
05/04/2017, 10:43 PMandrewoma
05/04/2017, 10:53 PMelizarov
05/04/2017, 11:09 PMrun(dbContext) { ... }
for my DB queries and let them block my DB pool, but have them free my work pool for other stuff needing execution.andrewoma
05/04/2017, 11:44 PMrun
block and take care not interleave blocking calls to other resources.andrewoma
05/04/2017, 11:48 PMThreadLocal
connections. Although given the performance of HikariCP it is probably not worth the effort.dathoang.se
05/06/2017, 9:43 AMandrewoma
05/06/2017, 10:04 AMdathoang.se
05/06/2017, 10:13 AMdathoang.se
05/06/2017, 10:13 AMjanvladimirmostert
05/06/2017, 11:18 AMtapac
05/06/2017, 3:34 PMorangy
sdeleuze
05/07/2017, 7:23 AMkenkyee
05/09/2017, 6:20 PMandrewoma
05/10/2017, 4:02 AMevanchooly
05/10/2017, 4:13 AMandrewoma
05/10/2017, 4:21 AMandrewoma
05/10/2017, 4:25 AMandrewoma
05/10/2017, 4:27 AMkenkyee
05/10/2017, 11:26 AMjaguililla
05/11/2017, 6:59 PMorangy
orangy
jmfayard
05/12/2017, 5:43 AM