<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>libera-softvaro</author_name>
  <author_url>https://blog.hatena.ne.jp/libera-softvaro/</author_url>
  <blog_title>『道』</blog_title>
  <blog_url>https://libera-softvaro-dev.hatenadiary.org/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>Rack::Session::Memcacheを参考にdrubyで同じようなことをやってみたら、意外と簡単にできてしまった。 あとは、セッション管理側に適切な排他制御を実装すれば、それなりに使えるかな。セッションを保持するdrubyサーバ drb_session_manager.rb: require 'drb' class DRbSessionManager attr_reader :pool def initialize @pool = {} end def set(session_id, session) @pool[session_id] = session end def get(s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flibera-softvaro-dev.hatenadiary.org%2Fentry%2F20110423%2F1303574948&quot; title=&quot; drubyで作る超適当なRackセッション - 『道』&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>2011-04-23 01:09:08</published>
  <title> drubyで作る超適当なRackセッション</title>
  <type>rich</type>
  <url>https://libera-softvaro-dev.hatenadiary.org/entry/20110423/1303574948</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
