Hi,

has anybody compared the performance of UML's built-in blockdevice, NetworkBlockDevices, ATAoverEthernet, yet?

I don't know how UML's blockdevice works, but i know how NBD works. The kernel sends multiple requests to the NBD server, and receives the responses asap. The worse case for UML's block-device would be, if the UML-blockdevice would perform each read/write operation one after another. If it does that, it could be optimized by using a asynchronious queue/message-based operation like NBD.

Thx
  Sven



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to