Re: greedy method
From: David Kastrup (dak_at_gnu.org)
Date: 02/23/05
- Next message: Alf P. Steinbach: "Re: greedy method"
- Previous message: infobahn: "Re: PLZ ANYBODY KNOWS WHY ICAP PROTOCOL IS USED?"
- In reply to: santosh: "greedy method"
- Next in thread: Alf P. Steinbach: "Re: greedy method"
- Reply: Alf P. Steinbach: "Re: greedy method"
- Reply: puzzlecracker: "Re: greedy method"
- Reply: puzzlecracker: "Re: greedy method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Feb 2005 14:31:00 +0100
"santosh" <santoshvarma@gmail.com> writes:
> Hello all
> I want to know whether there is any greedy approach for job sequencing
> with variable job completion times..
> if there is no greedy approach how to prove it...
Well, one of the best batch scheduling strategies with regard to
several criteria is "shortest remaining processing time first".
Operating systems don't use it much in practice since few jobs
volunteer the information in advance.
-- David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Next message: Alf P. Steinbach: "Re: greedy method"
- Previous message: infobahn: "Re: PLZ ANYBODY KNOWS WHY ICAP PROTOCOL IS USED?"
- In reply to: santosh: "greedy method"
- Next in thread: Alf P. Steinbach: "Re: greedy method"
- Reply: Alf P. Steinbach: "Re: greedy method"
- Reply: puzzlecracker: "Re: greedy method"
- Reply: puzzlecracker: "Re: greedy method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|