Performance over gigabit switch

G

Guest

Hi all,
We have developed a bar/till system which is split into a backend database
and two front ends with link tables to the backend. The two front ends sit on
seperate computers connected via a gigabit 5 port switch. The backend resides
on one of these computers.
The database backend size is roughly 40mb.
When launching our application on the computer which does not have the
backend on it, it is EXTREMELY slow, so slow it takes about a minute to
launch.
I will mention that the till form has many many controls on it so i would
expect it to be kinda of slow but noway near this slow. Can anyone take a
guess as to why this is the case?
At the moment we are thinking along the lines of the switch not being setup
properly for it does not seem that the access application is utilising all of
the speed from the switch.
Or, is it our system in the wrong, and do we need to consider something like
SQL?
Any help greatly appreciated.
Thanks.
Ash.
 
D

dbahooker

a) have you run the 'analyze performance' wizard
b) do you do a good job of only displaying data when you NEED it
c) are you trying to summarize 200k records and get sub-second
responses?
d) 40mb for the front end? 40mb for the backend?

In my honest and sincere appraisal; i would NEVER run Access across a
network. it just isn't fast enough.

and don't listen to these jerks in this newsgroup that sing the praises
of MDB format.
MDB is obsolete; it has been obsolete for 10 years.

change it to an access data project; and upsize the backend to SQL
Server. SQL Server has LOTS of free options.

if you want help migrating it; let me know what i can do to help ok?

-Aaron
 
D

dbahooker

a) have you run the 'analyze performance' wizard
b) do you do a good job of only displaying data when you NEED it
c) are you trying to summarize 200k records and get sub-second
responses?
d) 40mb for the front end? 40mb for the backend?

In my honest and sincere appraisal; i would NEVER run Access across a
network. it just isn't fast enough.

and don't listen to these jerks in this newsgroup that sing the praises
of MDB format.
MDB is obsolete; it has been obsolete for 10 years.

change it to an access data project; and upsize the backend to SQL
Server. SQL Server has LOTS of free options.

if you want help migrating it; let me know what i can do to help ok?

-Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Security Access to a database 4
UNC path network performance 1
Splitting Database Issue 6
printing reports = super slow 3
BE Database 5
Error 1517 9
Access 97 on Windows XP Locking Issue 1
Access on VPN 7

Top