JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-318  -  Provide a helper class for building job streams
Posted Sep 01, 2014 - updated Sep 02, 2014
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Feature request
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Client
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.0
Issue description
The documentation section on execution of jobs in parallel form the same JPPF client illustrates a job streaming pattern to submit a stream of jobs with a predefined concurrency level. As this pattern can be quite complex to implement, we propose to add some kind of helper API, in the form of an abstract class that provides most of the wiring for the pattern, leaving a developer with only the implementation of the methods that determine the end of stream condition, releasing the resources - close() method -, along with the job creation and result processing functions.

The documentation and the Concurrent Jobs demo should be updated accordingly.

#2
Comment posted by
 lolo4j
Sep 02, 09:09
implemented in trunk revision 3343