search for: d7d5078d08c7

Displaying 4 results from an estimated 4 matches for "d7d5078d08c7".

2016 Sep 26
1
[PATCH] nbdkit: flags are 32 bits for oldstyle connections
# HG changeset patch # User Carl-Daniel Hailfinger <Carl-Daniel.Hailfinger@inf.h-brs.de> # Date 1474903734 -7200 # Mon Sep 26 17:28:54 2016 +0200 # Node ID dbd1ea0a401cedcfa426097a289d852971b14f1e # Parent d7d5078d08c711032837dcac79a4450226ec2ce5 nbdkit: Fix flags in old-style connection diff -r d7d5078d08c7 -r dbd1ea0a401c src/connections.c --- a/src/connections.c Sun Sep 25 05:04:02 2016 +0200 +++ b/src/connections.c Mon Sep 26 17:28:54 2016 +0200 @@ -155,7 +155,7 @@ struct old_handshake handshake; int64...
2016 Sep 26
3
[PATCH] Improve memory management of nbdkit python plugin example
...on the first write. This changes the code to use bytearray everywhere and use the proper methods to change bytearray objects directly. With the patch applied, nbdkit with a 5 GB image will still only use 5 GB RAM even during heavy read/write activity. Regards, Carl-Daniel diff -r 521366d1854b -r d7d5078d08c7 plugins/python/example.py --- a/plugins/python/example.py Sun Jul 10 17:10:30 2016 +0100 +++ b/plugins/python/example.py Sun Sep 25 05:04:02 2016 +0200 @@ -29,7 +29,7 @@ # reconnect to the same server you should see the same disk. You # could also put this into the handle, so there would be a fr...
2016 Sep 26
1
Re: [PATCH] Improve memory management of nbdkit python plugin example
...and use the proper >> methods to change bytearray objects directly. With the patch applied, >> nbdkit with a 5 GB image will still only use 5 GB RAM even during heavy >> read/write activity. >> >> Regards, >> Carl-Daniel >> >> diff -r 521366d1854b -r d7d5078d08c7 plugins/python/example.py >> --- a/plugins/python/example.py Sun Jul 10 17:10:30 2016 +0100 >> +++ b/plugins/python/example.py Sun Sep 25 05:04:02 2016 +0200 >> @@ -29,7 +29,7 @@ >> # reconnect to the same server you should see the same disk. You >> # could also put...
2016 Sep 26
0
Re: [PATCH] Improve memory management of nbdkit python plugin example
...de to use bytearray everywhere and use the proper > methods to change bytearray objects directly. With the patch applied, > nbdkit with a 5 GB image will still only use 5 GB RAM even during heavy > read/write activity. > > Regards, > Carl-Daniel > > diff -r 521366d1854b -r d7d5078d08c7 plugins/python/example.py > --- a/plugins/python/example.py Sun Jul 10 17:10:30 2016 +0100 > +++ b/plugins/python/example.py Sun Sep 25 05:04:02 2016 +0200 > @@ -29,7 +29,7 @@ > # reconnect to the same server you should see the same disk. You > # could also put this into the handl...