|
|
|
|
|
by yingw787
2280 days ago
|
|
Have you reviewed data-intensive architectures? I've found that book quite useful. I'm just talking out my butt right now but I think fundamentally, a stream is just a chunk of data lifted from persist into memory. I imagine a cursor process traversing some bytes in a file, and then lifting some of those bytes into memory, and sending that memory over network. |
|