Eduard Bloch wrote:
Nice. I have read that paper
http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf to get an
overview on its features.
Thanks. This paper triggered my interest in reviewing what I've done in
the code. :-) The good news is that zlib module releases the global
lock
#include
* Igor Belyi [Wed, Aug 24 2005, 10:52:55AM]:
> Eduard Bloch wrote:
>
> >Interesting. Looks nice, most things are done the same way I did with
> >C++, and looking very clean. I was rewritting advfs primarily to make it
> >multithreaded, since we have a Dual-Opteron cluster nearby so Klaus
Eduard Bloch wrote:
Interesting. Looks nice, most things are done the same way I did with
C++, and looking very clean. I was rewritting advfs primarily to make it
multithreaded, since we have a Dual-Opteron cluster nearby so Klaus
could compress his DVDs in 5 minutes using best compression rathe
#include
* Igor Belyi [Tue, Aug 23 2005, 09:15:10AM]:
> Eduard Bloch wrote:
>
> >#include
> >* Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]:
> >
> >
> >>Eh, did you test that with the _driver_? I am rewritting advfs right now
> >>and stumbled over the same problem.
> >>
> Hm.. Since you rewritti
Eduard Bloch wrote:
#include
* Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]:
Eh, did you test that with the _driver_? I am rewritting advfs right now
and stumbled over the same problem.
Hm.. Since you rewritting advfs, I wonder if you will find useful my 2
cents in a form of python scripts
#include
* Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]:
> > I've attached the patch fixing the problem.
>
> Eh, did you test that with the _driver_? I am rewritting advfs right now
> and stumbled over the same problem. I still don't get the reason for
> adding this block but the driver insists o
#include
* Igor Belyi [Sun, Feb 20 2005, 04:05:13PM]:
> Package: cloop-utils
> Version: 2.01.5-3
> Severity: important
>
> create_compressed_fs add extra block to the compressed image if the size of
> the original image is a multiple of the block size. You can verify this by
> the following simpl
Package: cloop-utils
Version: 2.01.5-3
Severity: important
create_compressed_fs add extra block to the compressed image if the size of
the original image is a multiple of the block size. You can verify this by
the following simple test:
% head -c 65536 /dev/zero > uncompressed.iso
% create_compres
8 matches
Mail list logo