<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Concurrency on Pika Tech</title>
    <link>https://blog.pika-tech.com/tags/concurrency/</link>
    <description>Recent content in Concurrency on Pika Tech</description>
    <generator>Hugo -- 0.147.1</generator>
    <language>en</language>
    <lastBuildDate>Mon, 29 Sep 2025 09:19:58 +0800</lastBuildDate>
    <atom:link href="https://blog.pika-tech.com/tags/concurrency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Real Concurrency in Python 3.14: InterpreterPoolExecutor and Beyond</title>
      <link>https://blog.pika-tech.com/posts/interpreterpoolexecutor_and_beyond/</link>
      <pubDate>Mon, 29 Sep 2025 09:19:58 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/interpreterpoolexecutor_and_beyond/</guid>
      <description>See practical examples of true parallel execution combining async I/O and CPU-bound tasks using new Python features.</description>
    </item>
    <item>
      <title>The GIL Problem and What Changes in Python 3.13&#43;</title>
      <link>https://blog.pika-tech.com/posts/gil_changes_in_python/</link>
      <pubDate>Mon, 29 Sep 2025 09:18:53 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/gil_changes_in_python/</guid>
      <description>Understand how Python&amp;#39;s GIL limited CPU-bound concurrency and what free-threading and interpreter isolation improve.</description>
    </item>
    <item>
      <title>Asyncio vs Threads: Avoiding I/O Blocking in Modern Python</title>
      <link>https://blog.pika-tech.com/posts/asyncio_vs_threads/</link>
      <pubDate>Mon, 29 Sep 2025 09:18:02 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/asyncio_vs_threads/</guid>
      <description>Learn why blocking calls like `requests.get()` break async code and how to use proper non-blocking libraries.</description>
    </item>
  </channel>
</rss>
