MySQL Forums
Forum List  »  Performance

Re: mysql connection speed.
Posted by: ismail arslan
Date: May 03, 2005 09:38AM

hi, thanx.

but i think its not related with the dns issues. because i do not use hostname/domain name.
i am using the real IP address of the mysql server, additionally, the db server is located in
my local area network.

additionally, there is a problem which i noticed today:
i need three connections each connects to another schema.
each located in an other thread and all threads starts at the
same time (in a for loop). the first one finishes in 4500 ms,
the second finishes 9000 ms and the last finishes in 13500 ms.
so this shows that i should wait for (numberOfConnections*4500).
how to solve?

Options: ReplyQuote


Subject
Views
Written By
Posted
2573
April 30, 2005 03:00AM
1711
May 03, 2005 09:08AM
Re: mysql connection speed.
1794
May 03, 2005 09:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.