<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a2c</author_name>
  <author_url>https://blog.hatena.ne.jp/a2c/</author_url>
  <blog_title>When it’s ready.</blog_title>
  <blog_url>https://a2c.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>ロックさせないように自由に子プロセス造ってしまうと、思ったようにシンクロしないから、せっかく自由になった子プロセスをロックすれば良いよ。と言うのを見つけたけど、それは本末転倒だろうと思った。 http://docs.python.org/dev/library/multiprocessing.html#module-multiprocessing ↑参考にしたところ これがそのソース from multiprocessing import Process, Lock def f(l, i): l.acquire() print 'hello world', i l.release() if _…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa2c.hatenablog.com%2Fentry%2F20081007%2F1223317319&quot; title=&quot;ぐいぐい 入れると ぃい感じ　GIL回避 - When it’s ready.&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-10-07 03:21:59</published>
  <title>ぐいぐい 入れると ぃい感じ　GIL回避</title>
  <type>rich</type>
  <url>https://a2c.hatenablog.com/entry/20081007/1223317319</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
