There is a limit on how many concurrent connections you can have per IP. Currently it is set to 6. So it's not a problem on the database side but your will get errors so you should probably setup a pool on the client side and run queries on the pool.
You are viewing a single comment's thread from:
oke thanks again just updated my pool to 6. it was on default 10