Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to communicate between two local JVM


  • From: uddipan@xxxxxxxxxxxxxxxx (Uddipan Bagchi)
  • Subject: How to communicate between two local JVM
  • Date: Mon, 30 Nov 1998 13:54:03 +0530

I think RMI has been designed for this kind of communication, among others.
It especially makes passing objects on the wire simpler than your own
custom sockets.

- Uddipan.

Zhang Guan Qun wrote:

> How can I communicate between two local JVM?
>
> Or in more detail, consider following scenario:
>
> Here is a server running in JVM 1 , and in local JVM 2, I want to
> deliver a object or file or anything else to the server, how can I do
> it?
>
> I think there are two ways: through socket or file, which is better, or
> any else more?
>
> ---
> To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
> To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx


---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx