[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference humane::scheduler

Title:SCHEDULER
Notice:Welcome to the Scheduler Conference on node HUMANEril
Moderator:RUMOR::FALEK
Created:Sat Mar 20 1993
Last Modified:Tue Jun 03 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1240
Total number of notes:5017

1088.0. "Performance " by ATYISA::NEYERS () Tue Apr 30 1996 08:43

    hi ,
    
    Using the CLI and passing commands like show jobs * display brief on a
    sched.dbs containing 200 jobs i get slow response times .
    Is there any recommandations for tuning Scheduler ?
    guy
    
T.RTitleUserPersonal
Name
DateLines
1088.1MRBASS::PUISHYSProject Leader Scheduler V3.0 for Digital UNIXTue Apr 30 1996 13:2713
Well that is a side effect of a distributed client/server/agent system

The cli itself is no longer going straight into the db like it did in 2.1.

It calls the api which makes an rpc call.  IT works the same if local or
distributed. (local is faster).

If you have to do many commands, invoke the cli shell, and then issue 
the commands.  That will be a little faster, becuase you do not init the
api for every command like you would from the system prompt.


bob