traver
03-09-07, 09:40 PM
Any feature planned to make it so that every mysql query does not open a new connection to a mysql server?
Seems that it would benefit Merchant 5 if it didn't have to open up a new mysql connection for every query.
We've had customers bump up against the limit for a single user, and although we can increase it, I'd rather not. There should be no reason why Miva shouldn't be able to use an already open mysql connection to make the next query. Especially since it holds the connection open until the mivavm instance completes...
Tim.
Seems that it would benefit Merchant 5 if it didn't have to open up a new mysql connection for every query.
We've had customers bump up against the limit for a single user, and although we can increase it, I'd rather not. There should be no reason why Miva shouldn't be able to use an already open mysql connection to make the next query. Especially since it holds the connection open until the mivavm instance completes...
Tim.