+ Reply to Thread
Results 1 to 5 of 5

Thread: Object Access and Performance

  1. #1

    Default Object Access and Performance

    My best guess would be #4. This is strictly a performance question right? Dave

  2. #2
    Guest.Visitor Guest

    Default Object Access and Performance

    Vikci, I think the answer would be 2 since User authority is checked before any of the other answers. Actually OS/400 caches the authorities for the last 32 (or 64?) objects so the performance hit is only on the first lookup. I would also say that option 2 is the least practical and maintainable of the 4 answers! Authority checking offers in this sequence: UGPA, ALLOW SPECLIST (User, Group, Public, Adopted) and within each of those (*ALLOBJ, Owner, Specific Authority and Auth List) Chris Ringer

  3. #3
    Guest.Visitor Guest

    Default Object Access and Performance

    Actually, there's a flag in the object header that indicates if any specific authority is less that the *Public authority to the object. If not, the algorithm jumps right to Public authority and checks that. So, the answer is, it depends! Perhaps #4 is the correct answer. That's why I dislike multiple choice questions. I know this topic fairly well, but I could still pick the wrong answer. Chris

  4. #4
    Guest.Visitor Guest

    Default Object Access and Performance

    Hi, How would you answer the following question from IBM test: Which of the following methods of allowing access to an object will have the least impact on system performance? Possible answers: 1. Use adopted authority through the program 2. Give each user profile specific(private) authority to the object 3. Give specific(private) authority to the group's user profile 4. Use public authority for the object. Thanks, Vicki

  5. #5
    Guest.Visitor Guest

    Default Object Access and Performance

    Thanks everybody! I thought that question was a little confusing too. I am taking the test today. We will see. Regards, Vicki

+ Reply to Thread

Similar Threads

  1. Need help with... Access is denied for object
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 08-07-2001, 02:05 PM
  2. Replies: 0
    Last Post: 05-03-2001, 11:18 AM
  3. Client Access Express Performance Question
    By Guest.Visitor in forum Programming
    Replies: 5
    Last Post: 01-04-2001, 03:58 AM
  4. V4R5 Access path rebuild/maint performance problem
    By Guest.Visitor in forum Analysis
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM
  5. Access Path Performance Enhancements
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 01-01-1995, 02: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