<?xml version="1.0" encoding="utf-8"?>



<feed xmlns="http://www.w3.org/2005/Atom"
    xmlns:fh="http://purl.org/syndication/history/1.0"
    xmlns:at="http://purl.org/atompub/tombstones/1.0">

    <title>Publ: Development Blog</title>
    <subtitle>A personal publishing system for the modern web</subtitle>
    <link href="http://publ.beesbuzz.biz/blog/feed?tag=feed-on-feeds" rel="self" />
    <link href="http://publ.beesbuzz.biz/blog/feed" rel="current" />
    <link href="https://busybee.superfeedr.com" rel="hub" />
    
    
    <link href="http://publ.beesbuzz.biz/blog/" />
    <fh:archive />
    <id>tag:publ.beesbuzz.biz,2020-01-07:blog</id>
    <updated>2018-11-28T01:18:45-08:00</updated>

    
    <entry>
        <title>Pushl v0.1.3, and a FeedOnFeeds update!</title>
        <link href="http://publ.beesbuzz.biz/blog/500-Pushl-v0.1.3-and-a-FeedOnFeeds-update" rel="alternate" type="text/html" />
        <published>2018-11-28T01:18:45-08:00</published>
        <updated>2018-11-28T01:18:45-08:00</updated>
        <id>urn:uuid:434c7d03-d656-5e30-b7fc-e01e1d2e3dbd</id>
        <author><name>fluffy</name></author>
        <content type="html">
<![CDATA[
<p>I just released Pushl v0.1.3, which adds some minor performance optimizations and a bug fix.</p><p>Originally I was hoping to have a <em>major</em> performance optimization, in the form of having rewritten Pushl from thread-per-connection to async operation, but unfortunately I ran into a bunch of problems with it. Mostly that I was running into a &ldquo;too many open files&rdquo; error and I couldn&rsquo;t figure out what was causing a descriptor leak. I have the <a href="https://github.com/PlaidWeb/Pushl/tree/aiohttp">work-in-progress branch</a> online if anyone wants to take a look at it.</p><p>Anyway, the reason I went down <em>this</em> route is because I added WebSub subscriber support to <a href="http://github.com/fluffy-critter/Feed-On-Feeds">my fork of Feed-On-Feeds</a>, which makes it so that WebSub-enabled RSS and Atom feeds will push their updates to your reader instead of having to wait for a polling interval.</p><p>You can read more about some of my other thoughts on a <a href="http://beesbuzz.biz/8139">blog entry that quickly devolves into a rant</a>, if you&rsquo;re so inclined.</p>

]]>
        </content>
    </entry>
    

    
</feed>