Re: Connection pooling in Phoenix ?

2015-11-05 Thread Ravi Kiran
, Dmitry Goldenberg <dgoldenberg...@gmail.com> wrote: > Hi, > > Could someone provide an overview of connection pooling vis a vis Phoenix? > > 1. Does Phoenix do connection pooling under the covers? We currently just > create connections and then close them once we're d

Connection pooling in Phoenix ?

2015-11-05 Thread Dmitry Goldenberg
Hi, Could someone provide an overview of connection pooling vis a vis Phoenix? 1. Does Phoenix do connection pooling under the covers? We currently just create connections and then close them once we're done with a given request which doesn't seem to drastically curtail performance. However