<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>lamanotrama</author_name>
  <author_url>https://blog.hatena.ne.jp/lamanotrama/</author_url>
  <blog_title>lamanotrama's diary</blog_title>
  <blog_url>https://lamanotrama.hateblo.jp/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>仕事で結構な数のサーバスペックを管理してるんだけど、こいつらの情報収集が結構大変。サーバに仕込んだXMLRPCなAPIに対して、管理サーバのアプリを大量にfork-&gt;並列リクエストしてるんだけど、消費メモリが尋常じゃない。こんな無駄使いは環境に宜しくない。つか管理サーバがOOMで死む。そんな訳で、HTTP::Asyncを使って書き直してみた。 こいつはすげーぜ！早い！軽い！省エネ！ #!/usr/bin/perl use strict; use warnings; use XMLRPC::Lite; use HTTP::Async; use HTTP::Request; use HTTP::H…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flamanotrama.hateblo.jp%2Fentry%2F20080303%2F1204575243&quot; title=&quot;HTTP::Async で XML-RPC - lamanotrama&amp;#39;s diary&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-03-03 05:14:03</published>
  <title>HTTP::Async で XML-RPC</title>
  <type>rich</type>
  <url>https://lamanotrama.hateblo.jp/entry/20080303/1204575243</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
