IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2005, 9:40:50 AM (21 years ago)
Author:
eugene
Message:

psched bugfixes, moved IOBuffers and queues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/scripts/sched.pro

    r4693 r4697  
    33
    44task test
    5   command ls /data/eugene
     5  command ls
    66  periods -poll 1.0
    7   periods -exec 5.0
     7  periods -exec 2.0
    88  periods -timeout 10.0
    99  # trange 07:09 07:10
     
    1818  end
    1919
     20  # stdout / stderr lines on named queues
    2021  task.exit 0
    21     # note that $stdout/$stderr may contain return characters
    22     # which will interfere with 'exec'
    23     # push ls.list $stdout
    24     echo $stdout
     22    echo "task exit 0"
     23    queuesize stdout
     24    queuesize stderr
    2525  end
    2626
    2727  task.exit 1
    28     output failure.log
    29     echo $stdout
    30     output stdout
     28    echo "task exit 1"
     29    queuesize stdout
     30    queuesize stderr
    3131  end
    3232
Note: See TracChangeset for help on using the changeset viewer.