GF.Queuing: Difference between revisions
Jump to navigation
Jump to search
Mischa Frenk (talk | contribs) No edit summary |
(icon added) |
||
Line 7: | Line 7: | ||
|summary=Provides the ability to process traffic based various queuing policies. | |summary=Provides the ability to process traffic based various queuing policies. | ||
}} | }} | ||
Function to optimise traffic or resource usage based on various queuing policies. Examples of queuing policies can be: | Function to optimise traffic or resource usage based on various queuing policies. Examples of queuing policies can be: | ||
* First in, first out<br>This policy states that data elements are processed one at a time and that the data elements that has been waiting the longest is served first. | |||
* First in first out<br>This policy states that data elements are processed one at a time and that the data elements that has been waiting the longest is served first. | |||
* Last in first out<br>This policy also serves data elements one at a time, however the data element with the shortest waiting time will be served first. | * Last in first out<br>This policy also serves data elements one at a time, however the data element with the shortest waiting time will be served first. | ||
* Resource sharing<br>Service capacity is shared equally. | * Resource sharing<br>Service capacity is shared equally. | ||
Line 17: | Line 16: | ||
* Shortest remaining processing time<br>The next job to serve is the one with the smallest remaining processing requirement. | * Shortest remaining processing time<br>The next job to serve is the one with the smallest remaining processing requirement. | ||
{{FunctionIcon | {{FunctionIcon | ||
|image=Icon | |image=Icon GF Queuing.png | ||
}} | }} | ||
{{Text Footer GF}} | {{Text Footer GF}} |
Revision as of 10:31, 28 December 2014
Page maturity This page has maturity level 0 (proposal) |
GF | Queuing | Version: | 0.3 | ||
---|---|---|---|---|---|
Document type: | Generic Function | Owner: |
Provides the ability to process traffic based various queuing policies. |
Description
This Generic Function belongs to Working Area Network. Function to optimise traffic or resource usage based on various queuing policies. Examples of queuing policies can be:
- First in, first out
This policy states that data elements are processed one at a time and that the data elements that has been waiting the longest is served first. - Last in first out
This policy also serves data elements one at a time, however the data element with the shortest waiting time will be served first. - Resource sharing
Service capacity is shared equally. - Priority
Data elements with an assigned priority that is higher than that of another data element is served first. Priority queues can be of two types, non-pre-emptive (where a job in service cannot be interrupted) and pre-emptive (where a job in service can be interrupted by a higher priority job). No work is lost in either model. - Shortest job first
The next job to be served is the one with the smallest size - Pre-emptive shortest job first
The next job to be served is the one with the original smallest size - Shortest remaining processing time
The next job to serve is the one with the smallest remaining processing requirement.
Icon
The image "Icon GF Queuing.png" (shown below) can be used to represent this infrastructure function in graphical Pattern representations that it might be part of:
Generic Patterns using this Generic Function
The following Generic Patterns use this function:
Applied Pattern | Owner | Maturity |
---|---|---|
Access Distribution | J.A.H. Schoonderbeek | 3 |
Applied versions of this Generic Function
The following variants of this function have been defined:
No Applied Pattern based on this Generic Pattern (yet)