speeding up performance on a wan network

madrav72

Registered User.
Local time
Today, 06:18
Joined
Dec 1, 2001
Messages
81
hi all

i have a access application which is split into 2 bits with the backend being on the network

the thing is its very slow performance wise and i want to try and optimise it better if possible

any ideas???

thank you
 
Run it on Citrix/Terminal Server
Put the BE in SQL and run the heavy duty data crunching on the server (stored procedures etc.)
Limit the rows returned on everything (usually not practical)
Put something like a WEB (asp) front end on it instead

Any thing else to limit the amount data that goes across the network.
 

Users who are viewing this thread

Back
Top Bottom