Is smart construct a DataSource object for each request or holds a pool of some?
I have some heavy initialization part in the constructor which i don`t want to run for each request (and it is defiantly can be shared between requests)
should i worry about that or not?
thanks
I have some heavy initialization part in the constructor which i don`t want to run for each request (and it is defiantly can be shared between requests)
should i worry about that or not?
thanks
Comment