]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Unlock the global thread lock while processing rrd 667/head
authorJean-Michel Vourgère <nirgal@debian.org>
Thu, 27 Aug 2015 19:45:26 +0000 (21:45 +0200)
committerJean-Michel Vourgère <nirgal@debian.org>
Thu, 27 Aug 2015 19:45:26 +0000 (21:45 +0200)
commit8949308812a0205dd356cefbe2eb2888012ee742
tree01a55e3f518e18b95d6ac85a7ed0dba3d57a3a31
parent83191bba22e210682debbf11b0c080b75712a822
Unlock the global thread lock while processing rrd

This allows other threads to run while doing I/O on rrds, improving parelellism
on multi-threaded python applications.
bindings/python/rrdtoolmodule.c