release GVL for filesystem operations
commitbd8334f5f3e901a3d54d3421dffb0db8efa024a9
authorEric Wong <normalperson@yhbt.net>
Sun, 13 Mar 2011 09:48:18 +0000 (13 09:48 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 13 Mar 2011 09:48:18 +0000 (13 09:48 +0000)
treec2d565032697b29a6fe87e31d87f819dc8c5ef52
parentc55831a01dab548fdf9eccb7529396f6582c6637
release GVL for filesystem operations

While local filesystems are usually very fast, we are
pessimistic and should prepare for worst-case scenarios.  This
can use rb_thread_io_blocking_region() under Ruby 1.9.3dev.
ext/clogger_ext/blocking_helpers.h [new file with mode: 0644]
ext/clogger_ext/clogger.c
ext/clogger_ext/extconf.rb