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:19:24 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: [JPPF v3] "Proportional" Load Balancing Algorithm Question  (Read 3472 times)

Iced

  • JPPF Padawan
  • *
  • Posts: 8
[JPPF v3] "Proportional" Load Balancing Algorithm Question
« on: February 16, 2012, 10:26:53 PM »

Code: [Select]
# Load-balancing algorithm
 jppf.load.balancing.algorithm = proportional

# "proportional" profile
 strategy.proportional_profile.size = 5
 strategy.proportional_profile.performanceCacheSize = 3000
 strategy.proportional_profile.proportionalityFactor = 2
 

Q1) In the above configuration, is the property called "size" or "initialSize". 

I see both used in the Load Balancing and Full Server Configuration (default values) sections of the Configuring a JPPF Server page

Q2) Also, where would I get a listing of all the properties available to each of the pre-packaged load balancer algorithms (or is everything available already listed in the Full Server Configuration (default values) section)?

--Iced
« Last Edit: February 16, 2012, 10:44:44 PM by Iced »
Logged

lolo

  • Administrator
  • JPPF Council Member
  • *****
  • Posts: 2272
    • JPPF Web site
Re: [JPPF v3] "Proportional" Load Balancing Algorithm Question
« Reply #1 on: February 17, 2012, 03:22:34 AM »

Hello Iced,

Quote
Q1) In the above configuration, is the property called "size" or "initialSize".

I tis "initialSize" for the proportional algorithm.

Quote
Q2) Also, where would I get a listing of all the properties available to each of the pre-packaged load balancer algorithms

It is in the Load Balancing documentation: by the end of this section, you have a subsection for each built-in algorithm, with all the parameters each of them uses.

Sincerely,
-Laurent
Logged

Iced

  • JPPF Padawan
  • *
  • Posts: 8
Re: [JPPF v3] "Proportional" Load Balancing Algorithm Question
« Reply #2 on: February 17, 2012, 04:08:27 AM »

Thanks for the reply Laurent,

Is there a description of the properties as well (ie. what they do and how they affect the algorithm?)
For example, I'm not sure what the proportionalityFactor property does when using the proportional Load Balancing algorithm.  Where would I look?

Regards,
--Iced
Logged

lolo

  • Administrator
  • JPPF Council Member
  • *****
  • Posts: 2272
    • JPPF Web site
Re: [JPPF v3] "Proportional" Load Balancing Algorithm Question
« Reply #3 on: February 24, 2012, 04:41:50 AM »

Hello Iced,

For the proportional algorithm, you will find an explanation there: http://www.jppf.org/doc/v2/index.php?title=JPPF_Performance#Deterministic_algorithm:_.22proportional.22_configuration
Please note that this page is pretty much obsolete (in particular the propoerties names are not up to date with JPPF v2.x and v3.x), however the description of the algorithm is still good.
For the other algorithms we don't have much doucmentation about it, and I registered a feature reaquest for this: 3492684 - Detailed documentation of load-balancing algortihms

Sincerely,
-Laurent
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