Results 1 to 3 of 3
- 10-29-2009, 09:06 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 8
- Rep Power
- 0
code migration problem in distributing system
hi
plz.. help me out
I Am a MSC(IT)part2 student i am doing project in distributed system.
I am try to migrate or transfer my operation or code on another system connected in LAN any performing operation over there with there processor and getting result back
eg)suppose i am working on one system many operation are running and all memory of the system is consumed processor responding to slow.
so at that time i just want to migrate my current operation to neighbor computer connected in LAN and performing operation by using migrated processor and getting result back to old systemLast edited by sushil; 10-30-2009 at 08:05 PM. Reason: technical word missing
- 10-29-2009, 09:08 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Your post is not making much sense. Please try that again using different words perhaps.
- 10-29-2009, 01:34 PM #3
Senior Member
- Join Date
- Aug 2009
- Location
- Pittsburgh, PA
- Posts
- 284
- Rep Power
- 4
It looks like you want to know how to do remote procedure calls (RPC).
In an RPC environment, an application on one computer "the client"
calls a method for execution on another computer "the server".
The developer is responsible for writing the code on both the client and the server.
The code does "migrate" at execution time,
it is placed on the server during deployment of the system.
I Googled "java remote procedure call" and found
Getting Started with JAX-RPC
There are also Wikipedia articles.
Coding a client-server environment is a challenge. Before beginning,
think hard about whether you need this approach to your problem.
Similar Threads
-
Code compiles in/runs in IDE but not on UNIX system
By Unclejunebug in forum New To JavaReplies: 7Last Post: 10-08-2009, 08:35 AM -
Code migration problem
By sushil in forum NetworkingReplies: 1Last Post: 10-06-2009, 05:36 PM -
System time problem
By dswastik in forum CLDC and MIDPReplies: 0Last Post: 04-08-2009, 01:36 PM -
WAS migration from 5.1 to 6.0
By sneha1234 in forum Other IDEsReplies: 0Last Post: 02-21-2009, 06:56 AM -
IE7 Migration
By Aneesha in forum Advanced JavaReplies: 1Last Post: 12-04-2007, 03:58 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks