Fabio Erculiani b25e2b8f03 [entropy.cache] replace fork() usage with multithreading.
Mixing multiprocessing with multithreading is bad and we all know that.
However, in this specific case there was nothing wrong in running tiny
functions in another process.
It seems that entropy.dump.dumpobj() is efficient enough nowadays to
have it running in the same process anyway.
2012-09-09 17:34:22 +02:00
2012-09-06 20:04:42 +02:00
2012-09-06 20:04:43 +02:00
2012-09-06 20:04:42 +02:00
2011-10-20 19:52:49 +02:00
2012-07-27 16:34:27 +02:00
Description
No description provided
136 MiB
Languages
Python 98.8%
Shell 0.7%
Makefile 0.4%