<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiroito</author_name>
  <author_url>https://blog.hatena.ne.jp/chiroito/</author_url>
  <blog_title>#chiroito ’s blog</blog_title>
  <blog_url>https://b.chiroito.dev/</blog_url>
  <categories>
  </categories>
  <description>リクエストを処理するために新たなコンテナを作成し、処理終了後にはそのコンテナを停止します。これをリクエストのたびに繰り返します。 コンテナの作成処理は非常に時間が掛かるため、レスポンス時間がとても長くなってしまいます。また、コンテナの作成処理や終了処理に CPU などのリソースを使うため、無駄なリソースが消費されます。 Hot Function という機能を使うことで、一定期間コンテナを再利用します。これにより、一定期間の間に同一のファンクションへリクエストがあると、前回と同じコンテナがリクエストを処理します。これにより、コンテナの作成処理や停止処理の回数が減少するため、レスポンス時間の短縮や…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fb.chiroito.dev%2Fentry%2F2017%2F10%2F15%2F220427&quot; title=&quot;Hot Function でファンクションのレスポンス時間を短縮 @ Fn - #chiroito ’s blog&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>2017-10-15 22:04:27</published>
  <title>Hot Function でファンクションのレスポンス時間を短縮 @ Fn</title>
  <type>rich</type>
  <url>https://b.chiroito.dev/entry/2017/10/15/220427</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
