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 04, 2023, 07:01:14 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: Is JPPF run on linux and JPPF Queue based Processing  (Read 8301 times)

haroonob

  • JPPF Padawan
  • *
  • Posts: 2
Is JPPF run on linux and JPPF Queue based Processing
« on: July 19, 2008, 11:48:08 AM »

Hello
    I am new to jppf .I have to use this application in Linux is it possible ?.Second my case using this JPPF is one  Java web based application asynchronously    request to JPPF load balancer and load balance just sent this request to any node which is less busy. It does not wait for free node available.
Logged

lolo

  • Administrator
  • JPPF Council Member
  • *****
  • Posts: 2272
    • JPPF Web site
Is JPPF run on linux and JPPF Queue based Processing
« Reply #1 on: July 19, 2008, 04:56:39 PM »

Hello,

Yes JPPF works on Linux. It will work on any platform that supports Java 1.5 or later.
For example I test it regularly on Fedora Core and Ubuntu.

Regarding your load-balancing question, the nodes work synchronously with the server, meaning that a request will remain in the server queue until a node is available.
This is a design choice based on experiments and performance benchmarks for synchronous and asynchronous processing. These benchmarks proved that synchronous processing yields the best performance in every use case.

On the other hand, the JPPF client, which is used to submit requests from your application, allows you to choose whether you want to wait for the response, or fetch it later, so that your application can do other things while the job is executed by JPPF.

I hope this answers your questions.

Sincerely,
-Laurent
Logged

haroonob

  • JPPF Padawan
  • *
  • Posts: 2
JPPPF and load balancing
« Reply #2 on: July 21, 2008, 10:14:35 PM »

Thanks for replay  
   Its mean that in a real environment in which user is interacting with system this is not use able as my understanding from your answer
       For example we have two nodes and one server .first user request and its process took 15 min to run  and second also join with in second and its process takes 15 min .if third user join after 2 min and it process is only test based and take only 1 min .third user have to wait for freeing up the node .its not process can run with Simultaneously   .
 
     

   

Quote from: "lolocohen"
Hello,

Yes JPPF works on Linux. It will work on any platform that supports Java 1.5 or later.
For example I test it regularly on Fedora Core and Ubuntu.

Regarding your load-balancing question, the nodes work synchronously with the server, meaning that a request will remain in the server queue until a node is available.
This is a design choice based on experiments and performance benchmarks for synchronous and asynchronous processing. These benchmarks proved that synchronous processing yields the best performance in every use case.

On the other hand, the JPPF client, which is used to submit requests from your application, allows you to choose whether you want to wait for the response, or fetch it later, so that your application can do other things while the job is executed by JPPF.

I hope this answers your questions.

Sincerely,
-Laurent
Logged

raghu

  • JPPF Padawan
  • *
  • Posts: 1
Re: JPPPF and load balancing
« Reply #3 on: October 23, 2009, 10:20:37 AM »

Thanks for replay  
   Its mean that in a real environment in which user is interacting with system this is not use able as my understanding from your answer
       For example we have two nodes and one server .first user request and its process took 15 min to run  and second also join with in second and its process takes 15 min .if third user join after 2 min and it process is only test based and take only 1 min .third user have to wait for freeing up the node .its not process can run with Simultaneously   .
 
    

  

Quote from: lolocohen
Hello,

Yes JPPF works on Linux. It will work on any platform that supports Java 1.5 or later.
For example I test it regularly on Fedora Core and Ubuntu.

Regarding your load-balancing question, the nodes work synchronously with the server, meaning that a request will remain in the server queue until a node is available.
This is a design choice based on experiments and performance benchmarks for synchronous and asynchronous processing. These benchmarks proved that synchronous processing yields the best performance in every use case.

On the other hand, the JPPF client, which is used to submit requests from your application, allows you to choose whether you want to wait for the response, or fetch it later, so that your application can do other things while the job is executed by JPPF.

I hope this answers your questions.

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