Re: Concurrent Batch/queue entries

From: Jeff Cameron (roktsci_at_comcast.net)
Date: 03/10/05


Date: Wed, 09 Mar 2005 16:52:20 -0800

On 3/9/05 9:00 AM, in article
1110387600.646214.38050@f14g2000cwb.googlegroups.com, "Barry"
<dysert@gmail.com> wrote:

> I can't test it right now, but I think there's a UAF parameter called
> MAXJOBS that may do what you want. I *think* if you set it to 1 then
> when one job is running any other jobs are queued up and only start
> when the first one finishes. Again, I can't test it right now, so I
> may be all wet. Something that would be easy to try, though.
>
The SYSGEN parameter MAXJOBS is not referring to "Batch Jobs", so don't mess
with that for your problem.

Each batch queue has a setting called JOB_LIMIT which limits the number of
concurrent jobs that may be executing in that queue. Use the Command
 $INITIALIZE/QUE/JOB_LIMIT=n <queuename>
When the queue is in the STOPPED State.

If you have a log file for the executing job, wait one minute for the system
to flush the log output to the file and you can type the log file to see
where your job is hanging provided that VERIFY is on in the command
procedure.

If it is in an executable, what state is the process in? HIB? LEF? If LEF it
usually means that it is waiting for I/O to complete. If this is the case,
you can usually find out what it is waiting on using the system dump
analyzer.

If you need more details here, let me know.

Jeff



Relevant Pages

  • Windows Credentialing Security Problem
    ... think this is an IIS security issue, since I'm able to access the page I'm ... My web site has a virtual directory named FPSNowAuth. ... code executing in the context of a page request should be executing in ... the log file snippet. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Windows Credentialing Security Problem
    ... think this is an IIS security issue, since I'm able to access the page I'm ... My web site has a virtual directory named FPSNowAuth. ... code executing in the context of a page request should be executing in ... the log file snippet. ...
    (microsoft.public.inetserver.iis)
  • Windows Credentialing Security Problem
    ... think this is an IIS security issue, since I'm able to access the page I'm ... My web site has a virtual directory named FPSNowAuth. ... code executing in the context of a page request should be executing in ... the log file snippet. ...
    (microsoft.public.windows.server.security)
  • Re: RFC - New Object-Oriented Method of Parallel Programming (Shorter Version)
    ... snip your reply to save space ... previous results on the queue. ... B will start executing as soon as the queue is exhasuted; ... The calls are in a connector. ...
    (comp.arch)
  • Re: events blocking or non-blocking?
    ... > The problem is that if you say that most of the windows form's evens are ... > message will wait in the message queue its time to be processed. ... "Are events in winforms blocking or non-blocking? ... finishes executing?" ...
    (microsoft.public.dotnet.framework.windowsforms)