<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'Ruby'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=Ruby&amp;orTags=0</link><description>Search results matching tag 'Ruby'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Limitations regarding InstanceMaxRequests and IdleTimeout IIS6 fcgiext 1.5</title><link>http://forums.iis.net/p/1161714/1921113.aspx#1921113</link><pubDate>Sun, 18 Oct 2009 10:23:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921113</guid><dc:creator>bg</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Dear WenJun Zhang,&lt;/p&gt;
&lt;p&gt;Thank you for answer. It was indeed the application pool´s idle shutdown feature that caused the shut down of the idle processes. &lt;/p&gt;
&lt;p&gt;I have now created a new application pool for my RoR site, trying to find settings that give acceptable performance for my application. Avoiding idle timeout of the Ruby processes in my pool helped to some degree but I have so far not been able to prevent the processes from dying after about 120 requests, regardless of the load I put on the IIS. So this is still a major problem.&lt;/p&gt;
&lt;p&gt;The typical behaviour when testing the site with low load is a response time, when a ruby process in the pool starts, of 10 seconds. The following consecutive requests render a response in 90-120 ms, until the process dies and starts over. One Ruby process occupies about 35 Mb of memory, and there is plenty of memory on my server to accommodate many Ruby processes at the same time. During my resent tests I have limited the number of instances to 4. (MaxInstances=4)&lt;/p&gt;
&lt;p&gt;In my application pool I now run with these settings:&lt;/p&gt;
&lt;p&gt;Recycling panel: &amp;nbsp;&lt;br /&gt;Recycle worker processes (in minutes): unchecked, &lt;br /&gt;Recycle worker processes (number of requests): unchecked, &lt;br /&gt;Recycle worker processes at the following times: unchecked, &lt;br /&gt;Memory recycling: Maximum virtual memory: unchecked, &lt;br /&gt;Maximum used memory: unchecked&lt;/p&gt;
&lt;p&gt;Performance panel: &lt;br /&gt;Idle timeout: unchecked, &lt;br /&gt;Request queue limit: unchecked, &lt;br /&gt;Enable CPU monitoring: unchecked, maximum number of worker processes: 4&lt;/p&gt;
&lt;p&gt;Health panel: &lt;br /&gt;Enable pinging: checked, &lt;br /&gt;Enable rapid-fail protection, unchecked, &lt;br /&gt;Startup time limit: 100, &lt;br /&gt;Shutdown time limit: 90&lt;/p&gt;
&lt;p&gt;Fcgiext.init: &lt;br /&gt;ExePath=D:\ruby\bin\ruby.exe &lt;br /&gt;Arguments=D:\rails\Ruby\public\dispatch.fcgi &lt;br /&gt;IgnoreDirectories=0 &lt;br /&gt;IgnoreExistingFiles=1 &lt;br /&gt;QueueLength=1000 &lt;br /&gt;MaxInstances=4 &lt;br /&gt;InstanceMaxRequests=100000 &lt;br /&gt;IdleTimeout=43200 &lt;br /&gt;StderrMode=IgnoreAndReturn200 &lt;br /&gt;ResponseBufferLimit=8388608 &lt;br /&gt;EnvironmentVars=RAILS_ENV:production &lt;/p&gt;
&lt;p&gt;Are there any other settings I could try to manipulate in order to make my ruby processes survive more than 120 requests, even at low load conditions (two requests per second)&lt;/p&gt;
&lt;p&gt;I really would appreciate suggestions how to resolve this problem.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>IIS 7 Windows Server 2008 R2 Ruby On Rails</title><link>http://forums.iis.net/p/1160523/1915356.aspx#1915356</link><pubDate>Tue, 01 Sep 2009 06:42:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915356</guid><dc:creator>vecchia</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>Hi all,&lt;br /&gt;
i&amp;#39;m sorry for my bad english but i don&amp;#39;t speak it very well. I&amp;#39;m using Windows Server 2008 R2 in trial version and i&amp;#39;m configuring IIS 7 + FastCGI + Ruby On Rails but i&amp;#39;m having issues. I tried to search on google and here but all links go on a old site with a removed guide. I&amp;#39;ve installed ruby and it works with webrick but i need to use IIS. So i put into
&lt;p&gt;C:\inetpub\wwwroot\ruby-app&lt;/p&gt;
&lt;p&gt;my ruby application and i added the fastcgi module to the website:&lt;/p&gt;
&lt;p&gt;iis manager -&amp;gt; site -&amp;gt; handler mappings -&amp;gt; add module mapping&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Request path:&lt;/b&gt; *&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Module:&lt;/b&gt; FastCgiModule&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Executable:&lt;/b&gt; C:\Ruby\bin\ruby.exe|C:\inetpub\wwwroot\ruby-app\public\dispatch.fcgi production&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;all it&amp;#39;s ok, i can run the site but when i try to run the ruby application i retrieve this 500 error:&lt;/p&gt;
&lt;div class="content-container"&gt;&lt;h2&gt;HTTP Error 500.0 - Internal Server Error&lt;/h2&gt;
&lt;h3&gt;c:\ruby\bin\ruby.exe - The FastCGI process exited 
unexpectedly&lt;/h3&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Detailed Error Information
&lt;div id="details-left"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Module&lt;/th&gt;
&lt;td&gt;FastCgiModule&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;ExecuteRequestHandler&lt;/td&gt;
&lt;/tr&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Handler&lt;/th&gt;
&lt;td&gt;RubyOnRails&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Error Code&lt;/th&gt;
&lt;td&gt;0x00000001&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id="details-right"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Requested URL&lt;/th&gt;
&lt;td&gt;http://localhost:80/ruby-app&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Physical Path&lt;/th&gt;
&lt;td&gt;C:\inetpub\wwwroot\ruby-app&lt;/td&gt;
&lt;/tr&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Logon Method&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Logon User&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;please help me&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>Re: Where is RubyforIIS (rubyforiis.sosukodo.org) has disappeared!</title><link>http://forums.iis.net/p/1154234/1889560.aspx#1889560</link><pubDate>Fri, 09 Jan 2009 21:46:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889560</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;It&amp;#39;s strange that the site is down. Unfortunately, this component is required. For now you can try the version that I downloaded from that site last summer. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://ruslany.net/download/RubyForIIS-0.1.exe"&gt;http://ruslany.net/download/RubyForIIS-0.1.exe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For install steps you can also refer to this blog post: &lt;a href="http://ruslany.net/2008/08/ruby-on-rails-in-iis-70-with-url-rewriter"&gt;http://ruslany.net/2008/08/ruby-on-rails-in-iis-70-with-url-rewriter&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ruby and Ruby on rails support on IIS 5.1 IIS 6.0</title><link>http://forums.iis.net/p/1146419/1856823.aspx#1856823</link><pubDate>Fri, 28 Sep 2007 11:10:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1856823</guid><dc:creator>paggy4u</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Currently&amp;nbsp; Ruby and Ruby on Rails is facing lots of limitation while working with Mongrel, WebRick and up to some extent on Apache. The Ruby community is also facing the hosting problems without the proper support from Windows.&lt;br /&gt;&lt;br /&gt;Working and configuring Ruby on rails perfectly with Windows XP is also not Possible. &lt;br /&gt;&lt;br /&gt;Now since this FastCGI has arrived as a sign of big relief, we expect the IIS Team to look more deeply in this matter and offer us a working solution as soon as possible. This support will also boost IronRuby developers, who are currently busy learning Ruby on Windows.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Simultaneous requests to Rails</title><link>http://forums.iis.net/p/1146203/1855969.aspx#1855969</link><pubDate>Wed, 05 Sep 2007 17:04:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855969</guid><dc:creator>chrisortman</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve managed to get a rails app working under IIS using FastCGI, however I&amp;#39;ve run into a bit of a snag. As a test I have a client program send 10 simultaneous requests to the same rails page (simple render &amp;#39;hello world&amp;#39;)&lt;/p&gt;&lt;p&gt;However when I slowly ramp up and get 10 ruby processes sitting idle on the webserver I can get all 10 simultaneous requests to complete successfully. I&amp;#39;m not sure if I would want a way to always have at least N workers or if there needs to be a way to get ruby.exe to start faster?&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Error 0x80004005 occurred processing request.</title><link>http://forums.iis.net/p/1146196/1855907.aspx#1855907</link><pubDate>Tue, 04 Sep 2007 22:26:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855907</guid><dc:creator>dfunky</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;I followed &amp;quot;10 steps to get Ruby on Rails running on Windows with IIS FastCGI&amp;quot; to get my app running on two different W2K3 servers. &lt;/p&gt;
&lt;p&gt;Everything went fine with the first installation but I just can&amp;#39;t get it work on the second server. I&amp;#39;ve repeated the steps over and over and I still get the same error:&lt;/p&gt;
&lt;p&gt;Error 0x80004005 occurred processing request. &lt;br /&gt;&lt;br /&gt;&lt;i&gt;The FastCGI process exited unexpectedly&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;This is what I get in the fastcgi.crash.log after trying the test controller:&lt;/p&gt;
&lt;p&gt;[04/Sep/2007:18:13:51 :: 6296] Ignoring unsupported signal USR2.&lt;br /&gt;[04/Sep/2007:18:13:51 :: 6296] Ignoring unsupported signal HUP.&lt;br /&gt;[04/Sep/2007:18:13:51 :: 6296] Ignoring unsupported signal SIGTRAP.&lt;br /&gt;[04/Sep/2007:18:13:51 :: 6296] starting&lt;br /&gt;[04/Sep/2007:18:13:51 :: 6296] Dispatcher failed to catch: You have a nil object when you didn&amp;#39;t expect it!&lt;br /&gt;You might have expected an instance of Array.&lt;br /&gt;The error occurred while evaluating nil.split (NoMethodError)&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/1.8/cgi.rb:897:in `parse&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/cgi_ext/raw_post_data_fix.rb:45:in `initialize_query&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/1.8/cgi.rb:2274:in `initialize&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/site_ruby/1.8/fcgi.rb:592:in `new&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/site_ruby/1.8/fcgi.rb:592:in `each_cgi&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:141:in `process_each_request!&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:55:in `process!&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:25:in `process!&amp;#39;&lt;br /&gt;&amp;nbsp; E:/aweb/LocalUser/xxxx/public/dispatch.fcgi:24&lt;br /&gt;almost killed by this error&lt;br /&gt;[04/Sep/2007:18:13:51 :: 6296] Dispatcher failed to catch: You have a nil object when you didn&amp;#39;t expect it!&lt;br /&gt;You might have expected an instance of Array.&lt;br /&gt;The error occurred while evaluating nil.split (NoMethodError)&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/1.8/cgi.rb:897:in `parse&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/cgi_ext/raw_post_data_fix.rb:45:in `initialize_query&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/1.8/cgi.rb:2274:in `initialize&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/site_ruby/1.8/fcgi.rb:592:in `new&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/site_ruby/1.8/fcgi.rb:592:in `each_cgi&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:141:in `process_each_request!&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:55:in `process!&amp;#39;&lt;br /&gt;&amp;nbsp; C:/Ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:25:in `process!&amp;#39;&lt;br /&gt;&amp;nbsp; E:/aweb/LocalUser/xxxx/public/dispatch.fcgi:24&lt;br /&gt;killed by this error&lt;/p&gt;
&lt;p&gt;The only thing that went different from the first installation to the other was the &amp;quot;MSVCR71.dll was not found&amp;quot; error I got durring the 2nd install.&amp;nbsp;Still&amp;nbsp;the &amp;quot;require &amp;#39;fcgi&amp;#39;&amp;quot;&amp;nbsp;instruction resulted to true so I assumed to installation was ok...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Please help me !&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Having trouble setting up RoR, FastCGI and Longhorn Beta 3</title><link>http://forums.iis.net/p/1144464/1855811.aspx#1855811</link><pubDate>Sat, 01 Sep 2007 17:36:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855811</guid><dc:creator>zopal</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m trying to setup Ruby on Rais on IIS7 FastCGI (LH beta 3) as well, without success. &lt;/p&gt;
&lt;p&gt;I have no idea how to pass arguments to the ruby.exe, that&amp;#39;s maybe the part of the problem. If I just add the argument to the handler mapping I get the following error:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Ruby&amp;quot; path=&amp;quot;*&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;FastCgiModule&amp;quot; scriptProcessor=&amp;quot;E:\ruby\bin\ruby.exe E:\ruby\myapp\public\dispatch.fcgi&amp;quot; resourceType=&amp;quot;Either&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;An unknown FastCGI error occured&lt;br /&gt;Error Code 0x8007010b &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If I just run the ruby.exe:&lt;br /&gt;&lt;br /&gt;&amp;lt;add name=&amp;quot;Ruby&amp;quot; path=&amp;quot;*&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;FastCgiModule&amp;quot; scriptProcessor=&amp;quot;E:\ruby\bin\ruby.exe&amp;quot; resourceType=&amp;quot;Either&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;E:\ruby\bin\ruby.exe - The FastCGI process exited unexpectedly&lt;br /&gt;Error Code 0x00000001&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Having trouble setting up RoR, FastCGI and Longhorn Beta 3</title><link>http://forums.iis.net/p/1144464/1849568.aspx#1849568</link><pubDate>Sat, 18 Aug 2007 03:47:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1849568</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hi Derek,&lt;br /&gt;&lt;br /&gt;The steps on my blog are for IIS6 only unfortunately, there are a couple of issues that prevent RoR from working on Vista / LHS FastCGI.&amp;nbsp; It is missing the extra support we added to the IIS6 version to allow RoR&amp;#39;s &amp;quot;serve the static file if there, otherwise serve the Ruby script&amp;quot; functionality.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;However, you should be able to set up the Vista/LHS version of FastCGI to request your RoR controller script directly.&amp;nbsp; Can you post the error you are receiving so we can take a look at it?&amp;nbsp; If you need help getting to the detailed error, please see &lt;a id="bp___v___r___postlist___EntryItems_ctl04_PostTitle" href="http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx"&gt;Troubleshoot IIS7 errors like a pro&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Also, be sure to set up permissions that IIS needs to access Ruby, and Ruby needs to access your application files: give Network Service read/execute access to the directory with Ruby executable, and your Ruby application files.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Mike Volodarsky&lt;br /&gt;&lt;br /&gt;Program Manager&lt;br /&gt;IIS Core Server&lt;br /&gt;Visit &lt;a href="http://www.mvolo.com/"&gt;&lt;strong&gt;&lt;font color="#006078"&gt;mvolo.com&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; for more inside information on IIS7, IIS and ASP.NET&lt;/p&gt;</description></item><item><title>FastCGI with Ruby on Rails - IIS 5.1 / IIS 6 - Http POST issue.</title><link>http://forums.iis.net/p/1122392/1755757.aspx#1755757</link><pubDate>Fri, 15 Jun 2007 01:30:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1755757</guid><dc:creator>mspeight</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;&lt;span&gt;I have got IIS and Multiple App&amp;#39;s to talk
using same technique’s as I used with isap_fcgi.dll, all works fine apart from an
intermittent problem.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;After returning data from a POST, the
rubyw.exe process is left in some funny state, and the next request causes
rubyw.exe to exit. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;The same request may work 3 times, then crash
on the 4&lt;sup&gt;th&lt;/sup&gt;. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;Steps are as follows&lt;span&gt;&amp;nbsp; &lt;/span&gt;POST -&amp;gt;&lt;span&gt;&amp;nbsp;
&lt;/span&gt;Returns a Redirect -&amp;gt; GET on Redirfect fails to return (ruby.exe
exits) -&amp;gt; Browser has another go new instance of ruby.exe started and page
returned&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;Other Steps are POST -&amp;gt; Returns just
render_text -&amp;gt; Another browser instance goes to url -&amp;gt; No page/error is
returned (i.e. the new request got to rubyw but it crashed)&lt;/span&gt;&lt;/p&gt;





&lt;p class="MsoNormal"&gt;&lt;span&gt;I have duplicated this with a simple form,
that posts and returns itself. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;It seems to be a timing thing, But I cant
figure out the cause.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;PS: I have patched the cgi.rb (To remove the
IIS reference, if you don’t you get random crashes ay any time) &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;Anyone come across this before.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;-----------------&amp;nbsp;&lt;/p&gt;





&lt;p class="MsoNormal"&gt;&lt;span&gt;By set-up is detailed here &lt;a href="http://mspeight.blogspot.com/2007/05/how-to-run-multiple-rails-apps-under.html"&gt;http://mspeight.blogspot.com/2007/05/how-to-run-multiple-rails-apps-under.html&lt;/a&gt;
&lt;span&gt;&amp;nbsp;&lt;/span&gt;(but uses fcgiext.dll instead of &lt;span&gt;&amp;nbsp;&lt;/span&gt;isapi_fcgi.dll).&amp;nbsp; I did need to repatch the
&amp;quot;AbstractRequest:request_uri&amp;quot; differently as this FastCGI does
provide REQUEST_URI&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Support for other application frameworks</title><link>http://forums.iis.net/p/1044468/1491271.aspx#1491271</link><pubDate>Fri, 08 Dec 2006 19:10:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1491271</guid><dc:creator>pboling</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Mike,&lt;/p&gt;&lt;p&gt;Thanks for the response!&lt;br&gt;&lt;/p&gt;&lt;p&gt;Before your response I had posted about this to the rails core team mailing list (I am not on the team, just on the list) and it has recieved some response, so you may want to check it out (it's a Google Groups mailing list):&lt;/p&gt;&lt;p&gt;&lt;a href="http://groups.google.com/group/rubyonrails-core/browse_thread/thread/b88ad36ddd82477e" title="IIS &amp;amp; FastCGI thread on rails-core mailing list" target="_blank"&gt;http://groups.google.com/group/rubyonrails-core/browse_thread/thread/b88ad36ddd82477e&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I would love to test, and help however I can.&amp;nbsp; Is there a more recent
version than the 'technical preview' I have already downloaded?&amp;nbsp; I am a
Mac / Linux guy, and am a bit shaky in Windows, but I am deploying my
site on Windows Server 2003 so I need to learn it.&amp;nbsp; Right now I am
using mongrel as the webserver because it 'just works'.&amp;nbsp; But I need to
find a better solution because mongrel has no NTLM authentication module.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Peter&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>