[comp.lang.rexx] RSCSV2 - priority parameter

KHAAV@ASUACAD.BITNET (Bob Kaneshige) (12/19/87)

Depends on how the link is defined :  (queue type) 1) FIFO 2) SIZE or
3) PRIORITY
/bob

KHAAV@ASUACAD.BITNET (Bob Kaneshige) (12/23/87)

I sent out a reply last week to the above inquiry, but I think it got
trashed somewhere since UWAVM (or somewhere before it) changed the
tag on the file and I got back a reply from LISTSERV@OREGON1 complaining
about the sender not being 'trusted'.....so here goes again, if this
is a repeat, sorry!!
In RSCS V2, a link can be defined for file transmission by:
 1) priority - queue by priority and size (within priority)
             - small files first
 2) size     - small files first
 3) fifo     - order of arrival

Could be the link is defined by SIZE????? Or if you're running V1, the
priority may be ignored and files queued by size due to a mod to RSCS.
/bob