cmusatyalab / gammaray

Distributed Streaming Virtual Machine Introspection
Apache License 2.0
17 stars 6 forks source link

Rewrite Async Queuer for NBD #12

Open theonewolf opened 11 years ago

theonewolf commented 11 years ago

NBD protocol is good to go, NBD test client writing into Redis is good to go, just need to rewrite the Async Queuer process itself to use NBD instead of buffered IO reading from a file descriptor.

theonewolf commented 10 years ago

Remaining work is to implement buffering in the new gray-nbd-queuer process.