If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Why my application got slow when operates over the network?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-26-09, 22:16
vannessajoy vannessajoy is offline
Registered User
 
Join Date: Mar 2009
Posts: 1
Why my application got slow when operates over the network?

Hi Guys,

I have a problem regarding with my application.My application was developed in visual basic 6.0 and my back-end is MySQL.My problem was the fetching of data initially are very slow when operates over the network,but when I operates locally the speed was acceptable.Here the set-up, 3 client are using an application simultaneously and connected thru myodbc-2.50.39-nt to the server with an OS(Windows Server 2003).The application exe and database are mapped.Is there a problem with my setting?How can I implement the handshaking?

I hopefully sombedody help me and thanks in advance

Thank you,
Joy
Reply With Quote
  #2 (permalink)  
Old 03-27-09, 04:51
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
by locally.. do you mean connecting to a server on the same development machine? that will always be dramatically faster.

it sounds like you have either a design problem, or a server tuning problem, or possibly users with overly demanding requirements (and possibly a bit of all 3).

sounds dumb, but are you retrieving only the data the user requires (so there is no redudnant data pumped up and down the line), are you taking maximum advantage of the server to do its processing

have you checked the server loading.. does it need more memory, can you identify if there are queries which are clogging the server.. it may be reviewing the indexing strategy may help. forget if its show or explain on MySQL.
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On