1 / 1

Transparent Migration of Mobile Agents

agent source code. javac. transparent migration with RMI. agent byte-code. parser. agents. agent byte-code with support for mobility. server. Transparent Migration of Mobile Agents. New Ideas Transform mobile agent byte-code to support transparent migration

olesia
Download Presentation

Transparent Migration of Mobile Agents

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. agent source code javac transparent migration with RMI agent byte-code parser agents agent byte-code with support for mobility server Transparent Migration of Mobile Agents • New Ideas • Transform mobile agent byte-code to support transparent migration • Simulate thread and stack frame to support saving and restoring call stack and local variables • Mechanism for surviving migration failure which provides more reliable disconnected operation • Design/Approach • Provide a Java mobile agent system that supports transparent migration • Use standard JVM to gain better acceptance • Use byte-code instead of source code • Results/Lesson Learned • Developed API, parser, and server for mobile agent programming and deployment • With transparent migration, mobile agent programming is more intuitive • Demonstrate typical mobile agents applications using our framework Project team: Endi S. Dewata, Kiran K. Adduri URL: http://www.cs.utexas.edu/users/endisd/mobile

More Related