2011/1/5 folkert <[email protected]>: > An other enhancement could be: > - compression (when cpu is faster than network connection)
> - not sending 0x00 pages but some flag in the responsheader indicating > an all 0x00 page Generic compression takes care of this pretty well. I think zlib ends up doing like a 1000 to 1 compression on a largish block of zeroes. You can tunnel the nbd connection through a compression layer to achieve this, which does help in low bandwidth situations. -- Paul > > Folkert van Heusden > > -- > Multitail est un outil permettant la visualisation de fichiers de > journalisation et/ou le suivi de l'exécution de commandes. Filtrage, > mise en couleur de mot-clé, fusions, visualisation de différences > (diff-view), etc. http://www.vanheusden.com/multitail/ > ---------------------------------------------------------------------- > Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
