[1419] in java-interest
Re: [Q] How to do a RPC from java ?
daemon@ATHENA.MIT.EDU (Chuck McManis)
Fri Sep 1 15:06:23 1995
Date: Fri, 1 Sep 1995 09:17:04 -0700
From: cmcmanis@scndprsn.Eng.Sun.COM (Chuck McManis)
To: luca.toldo@EMBL-Heidelberg.DE
Cc: java-interest@java.Eng.Sun.COM
Currently it is not possible to use UDP from the current socket layer so you can't
directly write an RPC handler in Java. This will be fixed. You have two choices,
one you can write it in C and put Java wrappers around it (this means it can't be
part of an applet) or if you have access to NIS+ you can talk to it using TCP.
--Chuck
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com