The current database connection manager uses hundreds of connections and doesn't close them properly. This causes poor performance and uses many system resources.
It is especialy poor when looping true a large recordset with foreach, we do have a workaround now by looping true a record set with an 'IF not index<RS.count-1', by doing so there is only 1 connection used.
Kind regards,
Matthias Preuter