JPPF, java, parallel computing, distributed computing, grid computing, parallel, distributed, cluster, grid, cloud, open source, android, .net
JPPF

The open source
grid computing
solution

 Home   About   Features   Download   Documentation   On Github   Forums 
June 03, 2023, 05:18:06 PM *
Welcome,
Please login or register.

Login with username, password and session length
Advanced search  
News: New users, please read this message. Thank you!
  Home Help Search Login Register  
Pages: [1]   Go Down

Author Topic: Credits for p2p volunteer grids  (Read 1948 times)

yin

  • JPPF Padawan
  • *
  • Posts: 4
Credits for p2p volunteer grids
« on: August 31, 2014, 07:56:17 PM »

Hi,

I'm conducting a feasibility study on application of JPPF in a p2p inventivised volunteer grid computing context

1) Is there a credit mechanism similar to BOINC credits that could be used for incentives?
2) Does anyone have documented experience with p2p JPPF volunteer grid and if so, how does it perform?

Thanks
 
« Last Edit: September 01, 2014, 06:02:01 AM by yin »
Logged

lolo

  • Administrator
  • JPPF Council Member
  • *****
  • Posts: 2272
    • JPPF Web site
Re: Credits for p2p volunteer grids
« Reply #1 on: September 01, 2014, 09:04:09 PM »

Hello,

Quote
1) Is there a credit mechanism similar to BOINC credits that could be used for incentives?
Unfortunately, there is no such built-in mechanism in JPPF. It would have to be implemented in an ad-hoc fashion, which should be relatively easy given the flexibility of the JPPF APIs.
For instance: since a JPPF volunteer computing node is basically a standard JPPF node with a specialized configuration, it is easy to configure each node with a user/team name which would receive the credits. Each task (or unit of work) can then easily fetch the name and return it as part of its results. The client would then be able to process it to effectively compute the credits.

In particular, JPPF does not measure the capabilities of a node prior to sending work, like BOINC does by running benchmarks to measure the performance of a host. There is a load-balancing mechanism, which can adapt to the past performance of each node, but obviously that's a very different design from Boinc.

I hope this clarifies.

Sincerely,
-Laurent
Logged

yin

  • JPPF Padawan
  • *
  • Posts: 4
Re: Credits for p2p volunteer grids
« Reply #2 on: September 02, 2014, 02:22:28 AM »

Hello,

Quote
1) Is there a credit mechanism similar to BOINC credits that could be used for incentives?
Unfortunately, there is no such built-in mechanism in JPPF. It would have to be implemented in an ad-hoc fashion, which should be relatively easy given the flexibility of the JPPF APIs.
For instance: since a JPPF volunteer computing node is basically a standard JPPF node with a specialized configuration, it is easy to configure each node with a user/team name which would receive the credits. Each task (or unit of work) can then easily fetch the name and return it as part of its results. The client would then be able to process it to effectively compute the credits.

In particular, JPPF does not measure the capabilities of a node prior to sending work, like BOINC does by running benchmarks to measure the performance of a host. There is a load-balancing mechanism, which can adapt to the past performance of each node, but obviously that's a very different design from Boinc.

I hope this clarifies.

Sincerely,
-Laurent

Hello Laurent,

Thank you for the prompt and comprehensive response.

Keep up the brilliant work!
Logged
Pages: [1]   Go Up
 
JPPF Powered by SMF 2.0 RC5 | SMF © 2006–2011, Simple Machines LLC Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads