On Sunday 26 February 2006 19:12, Eric Bollengier wrote:
> Hi,
>
> > 3. The Job (a unique identifier for a job that runs).  The Job looks
> > something like kernsave.2006-02-25_12.38.07.  I.e. it is a combination of
> > the Job Name and the date/time the job ran.  No two jobs start at the
> > same time, so it is unique -- providing you never use the same JobName in
> > a different director. If ever we support multiple directors, the
> > algorithm for creating a unique Job can be enhanced.
>
> We can call it "jobuid" ?

Yes. That is really nice. It is exactly what I was looking for.  Thanks.

>
> > Probably the best solution to this problem is to use the words "Job" and
> > "JobName" to refer to item 1 above, and to find a new name for item 3.
> >
> > > I have to run jobs in a synchronous way for integrate them into a
> > > complex network scheduler (RunBefore and RunAfter are not sufficient
> > > for me)
> > >
> > > I want to add 2 options on wait command.
> > >  - jobid=nnn
> > >  - job=xxx
>
> No problems, we could replace job by JobName, it's more clear.

Yes, I think it is a good idea too.

> We can also add "jobuid" argument which will use get_jcr_by_full_name() to
> find JCR.

Yes, good.

I've looked at the patch code, and it looks fine with the following comments:

1. The setting of status within the cases is indented 8 -- it should be 3.
2. Can you come up with a better name for ShellStatus. I think that will be
   confusing to users.  Perhaps StatusLevel.  
3. I suggest that you print the ShellStatus (or StatusLevel) only if ua->gui 
   is set. This will keep most users from seeing it.  If you really want it, 
   simply do "gui on".

Thanks for the name suggest as well as the new feature idea + patch.
I'll wait for you to send a new patch with the modifications you suggested as 
well as any possible changes for my comments.

Best regards,

Kern


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to