> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of McKown, John > Sent: Monday, August 21, 2006 2:08 PM > To: [email protected] > Subject: Re: Back Doors /snip header/ > > > > In a message dated 8/21/2006 1:41:16 P.M. Central Daylight Time, > > [EMAIL PROTECTED] writes: > > > > >(Have them weigh that > > >requirement against their willingness to put SAF calls in > > their authorized > > >SVCs.) > > Can the entire SAF data structure be cached in virtual, > > pageable storage? > > In DREF storage? If not, then an I/O request may be > > necessary to retrieve the > > SAF info. Or a page-in operation, also a lengthy I/O > > operation. Some code > > needs to use certain authorized services so frequently that > > a SAF call would > > add too much overhead. > > > > Bill Fairchild > > You want FASTAUTH. And RACLIST'ed classes. A RACLIST'ed class is pulled > into a data space and does no I/O to the RACF database. Also, an > authorized routine can do a RACROUTE REQUEST=LIST to dynamically build > in-storage profiles for a specific class(es). CICS does this. > > Granted, this is still overhead, but significantly less that that which > requires a RACF database I/O. > > -- > John McKown /snip trailer/
Yes, you want to use REQUEST=FASTAUTH to search the in-storage lists that were previously built in the *primary* space by REQUEST=LIST. A task must issue REQUEST=LIST, but AFAIK a task or SRB (and allows cross memory mode) can issue REQUESST=FASTAUTH to look at the pre-built lists. FASTAUTH uses the authority (ACEE) in the home space and looks at the lists that were built in the primary space. The primary space should be some kind of server space, but it could be the same as the home space. Jeffrey D. Smith Principal Product Architect Farsight Systems Corporation 700 KEN PRATT BLVD. #204-159 LONGMONT, CO 80501-6452 303-774-9381 direct 303-484-6170 FAX http://www.farsight-systems.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

