<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>circuits Google Group</title>
  <link>http://groups.google.com.au/group/circuits-users</link>
  <description>Group for the python circuits library: circuits is an event-driven framework with a focus on Component Software Architectures where System Functionality is defined in Components. Components communicate with one another by propagating events throughout the system ...</description>
  <language>en</language>
  <item>
  <title>Re: [circuits-users:139] Fixed inotify problem</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/777d1a465a5fc2fa/fe9eb1879f6745df?show_docid=fe9eb1879f6745df</link>
  <description>
  Yeah this has been fixed in 1.2 there is a pre-release version &lt;br&gt; at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://shortcircuit.net.au/~prologic/circuits/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;But you can also upgrade to the tip of the Mercurial repository &lt;br&gt; (stable branch - 1.2) at: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://hg.softcircuit.com.au/projects/circuits/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;cheers &lt;br&gt; James &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/777d1a465a5fc2fa/fe9eb1879f6745df?show_docid=fe9eb1879f6745df</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Thu, 08 Oct 2009 08:25:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:138] Using inotify</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/b5df0c7cfefe86e5/5a12ab9e7713cf66?show_docid=5a12ab9e7713cf66</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Could you please upgrade to the 1.2 pre-release version &lt;br&gt; of circuits available at: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://shortcircuit.net.au/~prologic/circuits/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;cheers &lt;br&gt; James &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/b5df0c7cfefe86e5/5a12ab9e7713cf66?show_docid=5a12ab9e7713cf66</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Thu, 08 Oct 2009 08:23:57 UT
</pubDate>
  </item>
  <item>
  <title>Fixed inotify problem</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/777d1a465a5fc2fa/c310f73dd6dad634?show_docid=c310f73dd6dad634</link>
  <description>
  I was getting the following error message with circuits 1.1.1: &lt;br&gt; Traceback (most recent call last): &lt;br&gt; File &amp;quot;./dirwatch.py&amp;quot;, line 6, in &amp;lt;module&amp;gt; &lt;br&gt; from circuits.drivers._inotify import INotifyDriver &lt;br&gt; ImportError: No module named _inotify &lt;br&gt; &lt;p&gt;However installing from the circuits head fixed the problem. I also
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/777d1a465a5fc2fa/c310f73dd6dad634?show_docid=c310f73dd6dad634</guid>
  <author>
  d...@dcarr.org
  (DC)
  </author>
  <pubDate>Wed, 07 Oct 2009 06:19:50 UT
</pubDate>
  </item>
  <item>
  <title>Using inotify</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/b5df0c7cfefe86e5/b3550386ec1079c4?show_docid=b3550386ec1079c4</link>
  <description>
  Hello all, &lt;br&gt; &lt;p&gt;I&#39;m new to circuits and I&#39;m trying to get the inotify driver example &lt;br&gt; working. What do I need to do? &lt;br&gt; &lt;p&gt;david@Steel:/tmp$ ./dirwatch.py &lt;br&gt; Traceback (most recent call last): &lt;br&gt; File &amp;quot;./dirwatch.py&amp;quot;, line 6, in &amp;lt;module&amp;gt; &lt;br&gt; from circuits.drivers._inotify import INotifyDriver &lt;br&gt; ImportError: No module named _inotify
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/b5df0c7cfefe86e5/b3550386ec1079c4?show_docid=b3550386ec1079c4</guid>
  <author>
  d...@dcarr.org
  (DC)
  </author>
  <pubDate>Wed, 07 Oct 2009 06:05:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:136] Running reliably?</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/484d283e3d410a2f/0aa27e5b3ff4289f?show_docid=0aa27e5b3ff4289f</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Thanks for posting your question :) &lt;br&gt; &lt;p&gt;With regards with your concerns, if you actually used &lt;br&gt; circuits in your application and wrote your code in a &lt;br&gt; circuits manner, you would solve both your problems. &lt;br&gt; &lt;p&gt;circuits has no memory leaks nor will it crash. It is &lt;br&gt; quite literally crash proof unless you really write bad
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/484d283e3d410a2f/0aa27e5b3ff4289f?show_docid=0aa27e5b3ff4289f</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Mon, 31 Aug 2009 23:43:42 UT
</pubDate>
  </item>
  <item>
  <title>Running reliably?</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/484d283e3d410a2f/bc075f08eeeb1d18?show_docid=bc075f08eeeb1d18</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;This is not directly related to circuits, but I thought that folks &lt;br&gt; here may have an answer. (Thinking about circuits for v2 of my app.) &lt;br&gt; &lt;p&gt;I am writing an application to run a linux server that needs to run &lt;br&gt; every ~10-20 seconds. &lt;br&gt; &lt;p&gt;For now, I am writing it in python in a loop that sleeps for a few
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/484d283e3d410a2f/bc075f08eeeb1d18?show_docid=bc075f08eeeb1d18</guid>
  <author>
  allen.fow...@yahoo.com
  (AF)
  </author>
  <pubDate>Mon, 31 Aug 2009 23:20:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:134] Re: How easy it is to set up circuits.web + pyjamas?</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/e9684ca7fd106abe?show_docid=e9684ca7fd106abe</link>
  <description>
  No worries I look forward to more posts form you. &lt;br&gt; &lt;p&gt;cheers &lt;br&gt; James &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/e9684ca7fd106abe?show_docid=e9684ca7fd106abe</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Tue, 25 Aug 2009 04:23:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: How easy it is to set up circuits.web + pyjamas?</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/246989503d0856d8?show_docid=246989503d0856d8</link>
  <description>
  I just started to look into both Pyjamas and Circuits. &lt;br&gt; So, I will be needing more time to learn and understand the working of &lt;br&gt; both... &lt;br&gt; Yet, I am interested in trying out this and will update you when I am &lt;br&gt; ready. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Yuvaraj
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/246989503d0856d8?show_docid=246989503d0856d8</guid>
  <author>
  yuvaraj.thiagara...@gmail.com
  (yuvaraj)
  </author>
  <pubDate>Tue, 25 Aug 2009 03:00:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:132] How easy it is to set up circuits.web + pyjamas?</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/4537c852f5e2ee41?show_docid=4537c852f5e2ee41</link>
  <description>
  I believe it would be pretty easy to integrate. I just haven&#39;t &lt;br&gt; had teh time to learn enough about pyjamas myself. &lt;br&gt; &lt;p&gt;Please let me know if you&#39;re interested in doing this, I&#39;d be &lt;br&gt; more than willing to help. &lt;br&gt; &lt;p&gt;cheers &lt;br&gt; James &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/4537c852f5e2ee41?show_docid=4537c852f5e2ee41</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Mon, 24 Aug 2009 01:55:55 UT
</pubDate>
  </item>
  <item>
  <title>How easy it is to set up circuits.web + pyjamas?</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/4761554ac4f9afbb?show_docid=4761554ac4f9afbb</link>
  <description>
  Pyjamas (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pyjs.org&quot;&gt;[link]&lt;/a&gt;) just released 0.6 and circuits is &lt;br&gt; planning to release 1.2 soon. I know circuits.web in its 1.2 release &lt;br&gt; will feature JSONRPC support. As pyjamas just needs a reliable JSONRPC &lt;br&gt; mechanism and a web server to work, other big python frameworks like &lt;br&gt; django or web2py are overkill for pyjamas. I feel the combination of
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/956e1e212c634538/4761554ac4f9afbb?show_docid=4761554ac4f9afbb</guid>
  <author>
  yuvaraj.thiagara...@gmail.com
  (yuvaraj)
  </author>
  <pubDate>Mon, 24 Aug 2009 01:44:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:130] $500 In A Single Day!</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/01057782565ffd59/e962ba7af9178d50?show_docid=e962ba7af9178d50</link>
  <description>
  Grrr spam :/ Stupid google groups interface can&#39;t login to it :/ &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/01057782565ffd59/e962ba7af9178d50?show_docid=e962ba7af9178d50</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Sat, 22 Aug 2009 01:50:25 UT
</pubDate>
  </item>
  <item>
  <title>$500 In A Single Day!</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/01057782565ffd59/353d427379422f1b?show_docid=353d427379422f1b</link>
  <description>
  Here&#39;s just a taste of what you&#39;ll find out... How to go from zero to &lt;br&gt; $1,000 in 7 days &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.easyinternetbiz.net/index.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/01057782565ffd59/353d427379422f1b?show_docid=353d427379422f1b</guid>
  <author>
  yvonnekarras...@gmail.com
  (yvonne karras)
  </author>
  <pubDate>Thu, 20 Aug 2009 23:14:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:128] Re: Request started duplication</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/d889cba399d63ed2/1ab6d6c4753b003e?show_docid=1ab6d6c4753b003e</link>
  <description>
  Correct. &lt;br&gt; &lt;p&gt;Have a look at circuits.web.sessions &lt;br&gt; which is just a simple memory based &lt;br&gt; session handler. &lt;br&gt; &lt;p&gt;cheers &lt;br&gt; James &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot; &lt;br&gt; &lt;p&gt;On Thu, Aug 20, 2009 at 9:29 AM, Martin
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/d889cba399d63ed2/1ab6d6c4753b003e?show_docid=1ab6d6c4753b003e</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Thu, 20 Aug 2009 00:00:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Request started duplication</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/d889cba399d63ed2/41ef916edfae0737?show_docid=41ef916edfae0737</link>
  <description>
  Ah - that makes sense. &lt;br&gt; And it is the same Request object for both, so for my session &lt;br&gt; management I can just check if an attribute on the request is already &lt;br&gt; present to avoid reinitialising the session. &lt;br&gt; &lt;p&gt;cheers! &lt;br&gt; &lt;p&gt;Martin
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/d889cba399d63ed2/41ef916edfae0737?show_docid=41ef916edfae0737</guid>
  <author>
  martinpengellyphill...@googlemail.com
  (Martin Pengelly-Phillips)
  </author>
  <pubDate>Wed, 19 Aug 2009 23:29:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: [circuits-users:126] Request started duplication</title>
  <link>http://groups.google.com.au/group/circuits-users/browse_frm/thread/d889cba399d63ed2/f50e78bc930fa87e?show_docid=f50e78bc930fa87e</link>
  <description>
  This is normal behavior. Two requests are in fact sent &lt;br&gt; out. one by the HTTP Component and one by the &lt;br&gt; Dispatcher. &lt;br&gt; &lt;p&gt;cheers &lt;br&gt; James &lt;br&gt; &lt;p&gt;-- &lt;br&gt; -- &amp;quot;Problems are solved by method&amp;quot; &lt;br&gt; &lt;p&gt;On Wed, Aug 19, 2009 at 5:33 PM, Martin
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/circuits-users/browse_frm/thread/d889cba399d63ed2/f50e78bc930fa87e?show_docid=f50e78bc930fa87e</guid>
  <author>
  prolo...@shortcircuit.net.au
  (James Mills)
  </author>
  <pubDate>Wed, 19 Aug 2009 14:41:23 UT
</pubDate>
  </item>
  </channel>
</rss>
