<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuhiro-me</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuhiro-me/</author_url>
  <blog_title>みーのぺーじ</blog_title>
  <blog_url>https://pc.atsuhiro-me.net/</blog_url>
  <categories>
    <anon>Django</anon>
    <anon>Python</anon>
    <anon>ネットワーク</anon>
    <anon>Google Cloud</anon>
  </categories>
  <description>一般的にWebサーバーの開発は非同期処理と相性がよいです．Webサーバーは不特定多数の人から任意の時刻にリクエストを受信して処理し，レスポンスを返します．Webサーバーの処理の多くは，データベースなど外部のリソースにアクセスすることなので，I/O boundになりがちです．非同期処理にすれば，複数のリクエストについて並列処理を行うことで，割り当てられたCPUをより効率的に使用できます． Djangoで非同期関数を実装 以前はPythonで非同期処理を実装するのは大変でしたが，asyncioの導入，asgiを実装したuvicornの登場，Djangoがasync viewsを追加したことなど，最…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpc.atsuhiro-me.net%2Fentry%2F2022%2F08%2F21%2F035644&quot; title=&quot;Django async viewを使用してCloud Runで並行処理をする - みーのぺーじ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/a/atsuhiro-me/20220821/20220821032620.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-08-21 03:56:44</published>
  <title>Django async viewを使用してCloud Runで並行処理をする</title>
  <type>rich</type>
  <url>https://pc.atsuhiro-me.net/entry/2022/08/21/035644</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
