Skip to content

We implemented from scratch a mobile code middleware. We created a distributed execution environment that supports the interpretation and execution of a Simple-Script(basic language) program. This Simple-Script language supports basic operations and send/receive commands with CSP semantics. The mailbox technique was used for communication betwee…

License

Notifications You must be signed in to change notification settings

ChristosMatzoros/Mobile-code-middleware-with-live-migration-and-program-interpretation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile-code-middleware-with-live-migration-and-program-interpretation

We implemented from scratch a mobile code middleware. We created a distributed execution environment that supports the interpretation and execution of a Simple-Script(basic language) program. This Simple-Script language supports basic operations and send/receive commands with CSP semantics. The mailbox technique was used for communication between the different programs. The middleware supports the strong migration of a Simple-Script program to another machine/environment. Also, we implemented a symmetric and deterministic load balancing algorithm that supports the automatic migration of the Simple-Script programs. (In Python)

Created by:
Akis Giannoukos www.linkedin.com/in/akisgiannoukos
Christos Matzoros www.linkedin.com/in/matzoros-christos

About

We implemented from scratch a mobile code middleware. We created a distributed execution environment that supports the interpretation and execution of a Simple-Script(basic language) program. This Simple-Script language supports basic operations and send/receive commands with CSP semantics. The mailbox technique was used for communication betwee…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages