JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-323  -  Integrate Idle Host mode as part of the main code
Posted Sep 10, 2014 - updated Sep 11, 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
    Node
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.0
Issue description
The nodes currently have the ability to work in "Idle Host" mode, which allows them to start only when the host is idle (no user input for a specified time). Currently, this functionality is delivered as a sample. The reason is that the native bridge library JNA used to be licensed under the GPLv2, which is not fully compatible with JPPF's ASL 2.0 licensing.

I noticed that as of version 4.0, JNA is now distributed under the ASL 2.0. This allows us to distribute the JNA libraries as part of the node distribution. The glue code in the IdleHost sample should thus be put into the min code base (in the common module), and documented as such. The sample will then disappear

#2
Comment posted by
 lolo4j
Sep 11, 05:40
implemented in trunk revisions 3363 and 3364