<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2448.0">
<TITLE>RE: Java.</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I've been working with distributed Java for some time now (experimentally, for a couple of years).&nbsp; Hopefully, with Java 1.3, and embedded Java, the speed will pick up enough to warrant some real EDI transaction processing.</FONT></P>

<P><FONT SIZE=2>Check out JVPM on the PVM web site <A HREF="http://www.epm.ornl.gov/pvm/" TARGET="_blank">http://www.epm.ornl.gov/pvm/</A>&nbsp; .&nbsp; It's basically a version of PVM written completely in Java.&nbsp; On my own projects, I've invented a distributed intelligent agent system in Java.</FONT></P>

<P><FONT SIZE=2>Java's a good choice to do prototyping of Beowulf systems.&nbsp; Because Java classes are complete entities (they contain code and data), programming to get data passed between nodes is easy with serializable classes.&nbsp; You just convert the class to a byte stream, send it down the TCP/IP socket connection, decode it on the other end, and run the class.</FONT></P>

<P><FONT SIZE=2>Hope that helps.</FONT>
</P>

<P><FONT SIZE=2>Richard Schilling</FONT>
<BR><FONT SIZE=2>Web Integration Programmer</FONT>
<BR><FONT SIZE=2>Affiliated Health Services</FONT>
<BR><FONT SIZE=2>Mount Vernon, WA</FONT>
</P>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Mofeed Shahin [<A HREF="mailto:shahin@labf.org">mailto:shahin@labf.org</A>]</FONT>
<BR><FONT SIZE=2>Sent: Wednesday, June 14, 2000 1:47 AM</FONT>
<BR><FONT SIZE=2>To: Beowulf Mailing List</FONT>
<BR><FONT SIZE=2>Subject: Java.</FONT>
</P>
<BR>

<P><FONT SIZE=2>G'day Fella's</FONT>
</P>

<P><FONT SIZE=2>I was wandering whether anyone here has had any experience with</FONT>
<BR><FONT SIZE=2>distributed Java programs.</FONT>
</P>

<P><FONT SIZE=2>I wanted to write an application that could run a beowulf.</FONT>
</P>

<P><FONT SIZE=2>I was interested in things like RMI, etc....</FONT>
</P>

<P><FONT SIZE=2>Ideally I would like to be able to get a class and tell it to run on a</FONT>
<BR><FONT SIZE=2>particular machine and every now and then, poke it, and give it a</FONT>
<BR><FONT SIZE=2>message, etc....</FONT>
</P>

<P><FONT SIZE=2>Any ideas will be appreciated, thanks.</FONT>
</P>

<P><FONT SIZE=2>Cheers Mof.</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>&quot;Never underestimate the power of a dark clown&quot;</FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Beowulf mailing list</FONT>
<BR><FONT SIZE=2>Beowulf@beowulf.org</FONT>
<BR><FONT SIZE=2><A HREF="http://www.beowulf.org/mailman/listinfo/beowulf" TARGET="_blank">http://www.beowulf.org/mailman/listinfo/beowulf</A></FONT>
</P>

</BODY>
</HTML>