[Aoetools-discuss] Extracting in real time outgoing/incoming file content
Brought to you by:
ecashin,
elcapitansam
From: NavAil <som...@ya...> - 2016-12-31 20:41:13
|
Hello All, I'd appreciate some help on the following case: 1. A big file (2-3GB or more) is saved/written at the aoe-client side (to the e0.1 device) 2. The data written needs to be continuously send over the network to the aoe-server immediately, with no latency 3. At the server side I need to extract in real time the available incoming raw content fragments (ordered correctly) immediately after they are received and not wait for the whole file to be received, reconstructed and made available via the fs What would be the easiest way to do that? I assume some coding would be necessary. What could be done and which are the right driver source files/functions to modify in order to achieve all that? Any help would be much appreciated! Thanks |