Also, Do you know why Document helper is declared static?

Ralph

Vadim Gritsenko wrote:


I've not looked into pool source code yesterday to double check all points myself. I'm suggesting you to check:

  * What type of pool is really used
* Why it is blocking (I guessed it is blocking due to resource exhaustion)
  * If it's hard limiting pool - why it's not soft limiting pool
  * Try increasing pipes pool size for a quick fix

Vadim