<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/throttle</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Fri, 01 May 2026 13:40:56 +0000</pubDate>
    <description/>
    <title>Blog (throttle) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/throttle/feed/rss"></atom:link>
    <item>
      <pubDate>Wed, 28 Jul 2010 13:29:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/php-releasing-kthrottler-a-kohana-module-for-throttling-actions</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/php-releasing-kthrottler-a-kohana-module-for-throttling-actions</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
Similarly to &lt;a href=&quot;/blog/2010-06-03-rails-releasing-action-throttler-a-rails-plugin/&quot;&gt;Action Throttler for Rails&lt;/a&gt;, &lt;a href=&quot;http://github.com/fredwu/kthrottler&quot;&gt;KThrottler&lt;/a&gt; is an easy to use &lt;a href=&quot;http://kohanaframework.org/&quot;&gt;Kohana&lt;/a&gt; module to quickly throttle application actions based on configurable duration and limit.&lt;/p&gt;
&lt;p&gt;
Go &lt;a href=&quot;http://github.com/fredwu/kthrottler&quot;&gt;check out the code&lt;/a&gt; now! :)&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/php-releasing-kthrottler-a-kohana-module-for-throttling-actions</link>
      <title>[PHP] Releasing KThrottler, A Kohana Module for Throttling Actions</title>
    </item>
    <item>
      <pubDate>Thu, 03 Jun 2010 03:21:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
Sometimes we would want to throttle certain application actions. For instance, a user should only be allowed to send x amount of emails to other members of the site in order to reduce the spam risk.&lt;/p&gt;
&lt;p&gt;
Since this is a quite common task, I thought I might as well make it as a Rails plugin for better code reusability.&lt;/p&gt;
&lt;p&gt;
I am now releasing &lt;a href=&quot;http://github.com/fredwu/action_throttler&quot;&gt;Action Throttler&lt;/a&gt;, an easy to use Rails plugin to quickly throttle application actions based on configurable duration and limit. &lt;a href=&quot;http://github.com/fredwu/action_throttler&quot;&gt;Go check out the code now!&lt;/a&gt; :)&lt;/p&gt;
&lt;p&gt;
There is currently no tests for the plugin but I will be adding rspec specs to it soon.&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</link>
      <title>[Rails] Releasing Action Throttler, A Rails Plugin for Throttling Actions</title>
    </item>
  </channel>
</rss>