![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
This is the same example as PushLocalSerialize, but with the "Machine A" and "Machine B" parts of the chain split into two independent programs, with some user interaction added. More...
Static Public Member Functions | |
static void | main (String[] args) throws ProcessorException, InterruptedException |
This is the same example as PushLocalSerialize, but with the "Machine A" and "Machine B" parts of the chain split into two independent programs, with some user interaction added.
You are advised to first go through the PushLocalSerialize example. This file corresponds to Machine A.
You can actually run this example on two physical machines if you wish. Simply start PushMachineA and PushMachineB on two computers, and use the IP address of Machine B in the URL you give to Machine A.
Definition at line 44 of file PushMachineA.java.