Results 1 to 5 of 5
  1. #1
    Coolpapabell is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2009
    Posts
    19

    Front ends apps in split applications

    I know that a lot depends on network capacity and server strength but is it typically faster to leave the front ends on the server or workstation?



    I've always kept my front ends on the workstations with the back ends on the server but my biggest performance issue right now with my access apps seems to be the network.

    All tables are in the back ends
    Everything else is in the front end, forms, queries, macros, reports...

    I have 2 now aging dell poweredge 4200 servers, a 1 mbps network and apps that have 2-5 concurrent users.
    Thank you kindly

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You may find this link helpful and 1 mbps network is slow. My guess is it is really 100 mbps.

  3. #3
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    Having the front end on the server is actually detremental to the performance of the application because not only do Access have to bring accross the data it also has to bring over the application front end. Also each user should have their own front end as an entry point. Using a shared entry point can lead to corruption.

    David

  4. #4
    Coolpapabell is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2009
    Posts
    19
    Quote Originally Posted by dcrake View Post
    Having the front end on the server is actually detremental to the performance of the application because not only do Access have to bring accross the data it also has to bring over the application front end. Also each user should have their own front end as an entry point. Using a shared entry point can lead to corruption.

    David
    I currently do have the front ends on the individual workstations but I was wondering if you could expand on the unique entry points...

    If each user in a group has an identical front end application which links to the same tables how would you create unique access points?

    Thanks again,
    Ari

  5. #5
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    By giving each user a copy of the front end which resides on their machine you have given them a unique entry point. Placing the front end on a server is like having a revolving door, Yes only one person can get in at a time but there is going to be congestion, either waiting to get in or hanging around once inside. It's this congestion that leads to corruption.

    Because each user logs in from their own machine you can trap the machine name and log this for audit trails if neccessary. Also if a person tries to open a second or subsequent session of the program you can check to see if the machine name is already logged flagged as being logged in, and as such deny access to the new session. Again this may not be critical in your situation, but for other readers this may be relevant.

    David

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Split Forms
    By bmclachlan in forum Forms
    Replies: 1
    Last Post: 08-17-2009, 02:32 AM
  2. Access 2007 runtime apps
    By Plumber in forum Access
    Replies: 0
    Last Post: 01-27-2009, 08:07 PM
  3. Access 2002 Front-End Inconsistent Errors
    By janetb in forum Security
    Replies: 1
    Last Post: 07-28-2008, 12:17 PM
  4. Access: Combo box switching btw back ends?
    By rsmccli in forum Access
    Replies: 1
    Last Post: 01-16-2008, 09:02 AM
  5. Placing '0' in front of data
    By wasim_sono in forum Queries
    Replies: 2
    Last Post: 09-07-2006, 06:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums