[436] in java-interest

home help back first fref pref prev next nref lref last post

Re: Java Objects over the Network

daemon@ATHENA.MIT.EDU (Jonathan Payne)
Wed Jun 21 17:39:52 1995

Date: Wed, 21 Jun 1995 14:22:26 -0700
From: jpayne@starwave.com (Jonathan Payne)
To: gzoller@imonics.com
Cc: java-interest@java.sun.com
In-Reply-To: <9506212035.AA07038@antioch.imonics.com> (message from Gregory Zoller - Imonics Development on Wed, 21 Jun 1995 16:35:59 -0400)

> From: Gregory Zoller - Imonics Development <gzoller@imonics.com>
> Date: Wed, 21 Jun 1995 16:35:59 -0400
> X-Sun-Charset: US-ASCII
> Sender: owner-java-interest@java.sun.com
> Precedence: bulk
> X-Info: To unsubscribe, send 'unsubscribe' to java-interest-request@java.sun.com
> Content-Type: text
> Content-Length: 510
> 
> 
> Someone earlier posted their idea that Java should be able to port
> objects over the network.
> 
> I second that motion as a feature request.
> 
> I think it would be very handy to be able to take an object, wrap
> in some Network wrapper object, and send it to a waiting Java client.
> 
> Since Java is interpreted, would it be terribly difficult to send
> an object's bytecodes (and data) over the net?
> 
> Greg
> -
> Note to Sun employees: this is an EXTERNAL mailing list!
> Info: send 'help' to java-interest-request@java.sun.com

It's not hard to do this, but it's hard to do it in the middle of an
instruction (or even all the way through an instruction).  The
execution context, including open file descriptors, net connections,
any other threads it depends on, etc. - well, try moving all that to
another machine.

No, I don't think so.
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post