1 / 5

Research Issues

Research Issues. Offloading decision Under what conditions should OS make offloading decisions. Network status Current loading …etc. Virtual core computation-intensive -> I/O-intensive(wait for results). Research Issues(Cont.). Remote functions

yehudi
Download Presentation

Research Issues

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. Research Issues • Offloading decision • Under what conditions should OS make offloading decisions. • Network status • Current loading • …etc. • Virtual core • computation-intensive -> I/O-intensive(wait for results)

  2. Research Issues(Cont.) • Remote functions • Should be stateless and computation-intensive. • Modifications • By application developer. • Automation? • Not every function can be run on virtual core. • Foo(){ • intintermediateData = …; • Bar(intermediateData, …); • }

  3. Research Issues(Cont.) • Return results to local core. • How to decide waiting for remote function or not. • Recovery.

  4. Virtual Storage • Some applications need local files as input. • It is not practical for a remote function to read files from local storage. • Virtual storage • Combine local and remote storage. • We can upload and synchronize the files to remote storage in background. • The remote functions read the file directly from remote storage.

More Related