Hi John,

 Thanks for the reply. My intention is indeed using blackdown JDK to run Java threads on OpenMosix cluster. Actually my program is a java P2P simulation and currently I am only able to run around 6000 threads (i.e., peers) on one machine. My goal is to run approximately 100,000 threads over a cluster. However my main concern is that since the threads in my application all communicate with each other (i.e., thread execute methods in other theads), does that mean it will generate too much network congestions if most of the threads trying to execute methods in other threads on different machines?

 

Thanks,

 

Lee


From: Schaad,John G - TOC [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 3 May 2005 12:50 AM
To: Lee Rong
Subject: RE: green thread support

 

Hi, Lee,

 

The latest version that supports green threads is 1.3.1

 

 

I use this version of Java with Green Threads, with an application on an openMosix Cluster.  It really works well.

 

--John Schaad

-----Original Message-----
From: Lee Rong [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 02, 2005 7:25 AM
To: [EMAIL PROTECTED]
Subject: green thread support

Hi,

 I was just wandering to what blackdown version JDK is green thread supported?

 

Thanks,

 

Lee

Reply via email to