User:Sshah: Difference between revisions

Jump to navigation Jump to search
454 bytes added ,  25 March 2019
no edit summary
No edit summary
No edit summary
Line 5: Line 5:
Users often want to preserve code portability between desktop and the servers. Moreover, users may want to preserve the desktop interaction experience.  
Users often want to preserve code portability between desktop and the servers. Moreover, users may want to preserve the desktop interaction experience.  


On Amazon AWS EC2, spot instances offer the ability to use powerful machines for short periods of time. Other clouds have similar options.   
On Amazon AWS EC2, spot instances (and preemptible VMS on GC) permit use of powerful machines for short periods of time. Many octave computations run much faster on multicore machinesIn addition, embarrassing parallelism can be easily exploited using octave packages such as parallel.
 
   
Because of network latency over the internet, user interaction that relies on desktop level sub ms latency does not work well. This requires some changes to the standard desktop user interaction experience, relying more on the faster local client response.  Jupyter notebook is an example of such an interface.
   
   


18

edits

Navigation menu