Stream Computing Introduction

Stream Computing emerges when we perform computational tasks at the edge nodes or the incoming stream is too fast and huge to store locally. In this context, we cannot temporarily store the incoming stream elements and process them in memory. Stream Computing is relevant when we have very limited space to store stream elements, or we do not even consider storing them at the first place. Inspecting the performance, accuracy and formally prove them is the main task of analyzing a stream algorithm.


Setup folder sharing between windows host and linux guest

This note illustrates how to share folders and files between a Windows host and Linux guest through a interconnected virtual network interface. In this setting, where Windows has the Hyper-V platform and the Samba service (including cifs support) installed and Linux OS is deployed in a Hyper-V virtual environment, host OS and guest OS are connect to a same network so that they can communicate each other.
本篇笔记记录如何利用虚拟网卡在Windows操作系统中与Hyper-V平台中的Linux虚拟机共享文件和文件夹。本文的情景为:Linux虚拟机安装在Hyper-V平台中利用虚拟网卡与主机通讯,并且需要读写Windows系统中的文件或文件夹。


1 2 3