AlbertAguirre
Programmer
I am working on a project where the mysql database is located on a separate physical server from the web sever.
I notice sometimes when retrieving records that it takes an extended amount of time (7 seconds or so) to display the results (30 records or so, small table)
I know for a fact it is not the table or datase. My guess is that when making the remote connection to the db via ip addr, network traffic may be affecting it.
Will a persistant connection solve this problem?
I notice sometimes when retrieving records that it takes an extended amount of time (7 seconds or so) to display the results (30 records or so, small table)
I know for a fact it is not the table or datase. My guess is that when making the remote connection to the db via ip addr, network traffic may be affecting it.
Will a persistant connection solve this problem?