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 for the duration of the deflate call meaning that the most
expensive operation of the code can be run by different threads
simulteneously. That explains the results you see.
And I'm glad to hear that your C++ code works faster - otherwise it
would mean that all the sacrifice in portability and flexibility are
pointless. ;-) I'll keep an eye on new release of advfs.
Cheers,
Igor
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]