<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for brianjriddle</title><link>http://disqus.com/by/brianjriddle/</link><description></description><atom:link href="http://disqus.com/brianjriddle/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 05 Mar 2012 10:27:12 -0000</lastBuildDate><item><title>Re: Global .gitignore</title><link>http://robots.thoughtbot.com/post/18739402579#comment-456886947</link><description>&lt;p&gt;if you are like me and use more than one type of unix machine you might want to edit  ~./gitconfig so that the ~ is not expanded.  ie it should look like:&lt;/p&gt;&lt;p&gt;[core]&lt;br&gt;    excludesfile = ~/.gitignore&lt;/p&gt;&lt;p&gt;should work across different unix machines and or users.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Mon, 05 Mar 2012 10:27:12 -0000</pubDate></item><item><title>Re: Les Hill — Fast Specs!</title><link>http://blog.leshill.org/blog/2011/10/23/fast-specs.html#comment-347867415</link><description>&lt;p&gt;where you perhaps looking for &lt;a href="http://www.adomokos.com/2011/04/running-rails-rspec-tests-without-rails.html" rel="nofollow noopener" target="_blank" title="http://www.adomokos.com/2011/04/running-rails-rspec-tests-without-rails.html"&gt;http://www.adomokos.com/201...&lt;/a&gt; for speeding up ActionController tests?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Fri, 28 Oct 2011 03:48:32 -0000</pubDate></item><item><title>Re: Ta med ditt eget tangentbord</title><link>http://http.tv4.se/2011/02/24/ta-med-ditt-eget-tangentbord/#comment-155279611</link><description>&lt;p&gt;timing.  37signals posted om just detta igår &lt;a href="http://37signals.com/svn/posts/2785-the-end-of-the-it-department" rel="nofollow noopener" target="_blank" title="http://37signals.com/svn/posts/2785-the-end-of-the-it-department"&gt;http://37signals.com/svn/po...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Thu, 24 Feb 2011 06:08:33 -0000</pubDate></item><item><title>Re: Infrastruktur som kod och andra trender</title><link>http://http.tv4.se/2011/02/10/infrastruktur-som-kod-och-andra-trender/#comment-143957375</link><description>&lt;p&gt;Minns inte om jag har set det men en tidigare version hade rikting av de olika punkters flyttning från tidgare tech radar rapoprts.  Men den snapshot för man endast hur det ser ut nu men ingen relation till hur det var tidigare.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Thu, 10 Feb 2011 04:06:12 -0000</pubDate></item><item><title>Re: optimzing jruby rails 3.0 performace</title><link>http://http.tv4.se/2011/01/20/optimzing-jruby-rails-3-0-performace/#comment-133625876</link><description>&lt;p&gt;1) that should be pretty easy to test.&lt;/p&gt;&lt;p&gt;2) this is a possiblity but core logic hasn't changed as much from before we upgraded from rails 2.3.8 to 3.0.3.  we had not even set threadsafe under 2.3.8 we let it ride with the default.&lt;/p&gt;&lt;p&gt;3) something definitely changed in the behavior between 2.3.8 and 3.0.3.&lt;/p&gt;&lt;p&gt;i have started trying to pin this down in spare momemts the code is here &lt;a href="https://github.com/brianjriddle/warbler-perftest" rel="nofollow noopener" target="_blank" title="https://github.com/brianjriddle/warbler-perftest"&gt;https://github.com/brianjri...&lt;/a&gt;.  its a vanilla rails app with pylot inlcuded with one testcase.  3 branches - master with no configuration changes, threadsafe-only with only config.threadsafe! set and thread-safe-max-min-set with config.threadsafe! set and max and min runtimes uncommented.&lt;/p&gt;&lt;p&gt;the testcase just goes to http://localhost:8080/  which shows the default "welcome to rails" page. have only tried 2 tests so far on all branches&lt;/p&gt;&lt;p&gt;1) warble executable war.  i am not expecting much from winstone but even after 60 seconds with 10 agents it was not working to well.&lt;/p&gt;&lt;p&gt;2) tried same test again with the same servlet conatiner we use in production but the problems we see in this simple test case don't give much - it works like one expects.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Mon, 24 Jan 2011 03:10:13 -0000</pubDate></item><item><title>Re: optimzing jruby rails 3.0 performace</title><link>http://http.tv4.se/2011/01/20/optimzing-jruby-rails-3-0-performace/#comment-131816657</link><description>&lt;p&gt;ok just tested setting max and min both to 1 and the throughput was awful (10 agents 60 seconds).  ran the test twice but resin had died.  redeployed with max and min set to 2 and the throughput (and i suspect the concurrency) went up as we had seen before.&lt;/p&gt;&lt;p&gt;my guess is that the instance count is set to 1 by default.  i have not been able to see how the default is set but upping the default up to 2 would solve this problem probably permantly.&lt;/p&gt;&lt;p&gt;only test i can think of we have not tried is to set min=2 and max=4 and *not* commenting out config.threadsafe!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Thu, 20 Jan 2011 10:02:19 -0000</pubDate></item><item><title>Re: optimzing jruby rails 3.0 performace</title><link>http://http.tv4.se/2011/01/20/optimzing-jruby-rails-3-0-performace/#comment-131808022</link><description>&lt;p&gt;i was as suprised as you that turning on thread safe mode didn't solve it as well.  from everything i had found via google it *shoud* have just worked. we were getting warning message that max and min times were not being set from our application server (resin 3.1.9).&lt;/p&gt;&lt;p&gt;i believe i tried setting the max and min both to 1 after having enabled config.threadsafe!&lt;br&gt;but the concurrency was the same as with the defaults (ie threadsafe, max an min not being set). will try that again post a follow up here&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Thu, 20 Jan 2011 09:39:44 -0000</pubDate></item><item><title>Re: Min förstasida, inte din</title><link>http://www.strm.se/2009/09/29/min-forstasida-inte-din/#comment-17824701</link><description>&lt;p&gt;Jag har längge använt mig av rss /atom feed just för denna siftet. Som en plus för jag Endast den text och bilder jag vill har.  Jag plockar exakt de nyhets sidorna jag vill har koll på i min reader.  Jag började med en stand alone program som sharp reader, netnewswire, liferea men det var ganska jobbig att har det synchroniserade mellan olika datorer.&lt;/p&gt;&lt;p&gt;Nu mera använder jag endast google reader.  Det fungera på alla datorer och min mobil så jag är aldrig utan 'mina nyheter'.&lt;/p&gt;&lt;p&gt;På start sidan av google reader finns det tips om andra blogs eller nyhets säjter jag kanske intreserrade av.&lt;/p&gt;&lt;p&gt;Att bygga en anpassade sida det enda jag tycker fungera bra är &lt;a href="http://news.google.com" rel="nofollow noopener" target="_blank" title="news.google.com"&gt;news.google.com&lt;/a&gt; där kan man faktist anpassa sida.  &lt;a href="http://news.yahoo.com" rel="nofollow noopener" target="_blank" title="news.yahoo.com"&gt;news.yahoo.com&lt;/a&gt; är en annan som har funktionalitiet men då istället för att saker är verkligen borta göms de istället.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brianjriddle</dc:creator><pubDate>Wed, 30 Sep 2009 03:00:46 -0000</pubDate></item></channel></rss>