Just a really quick one, you have probably tried it: if the PHP timeout is put at 29 seconds, it will preempt the other error, but you can handle it with any usual PHP error handling mechanism for live sites.<div><br></div>

<div>Just a quick idea while you get to the bottom of things,</div><div><br></div><div>Victor Kane</div><div><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div class="gmail_quote">On Thu, Feb 18, 2010 at 6:42 AM, Tomáš Fülöpp (<a href="http://vacilando.org">vacilando.org</a>) <span dir="ltr">&lt;<a href="mailto:tomi@vacilando.org">tomi@vacilando.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br><br>At RackspaceCloud (former Mosso) I&#39;ve been plagued with a very unfortunate problem that i crippling both my work and the work of my clients -- namely the infamous error message &quot;Unfortunately there were no suitable nodes available to serve this request.&quot; Those of you at RS Cloud must have bumped into it. It is cryptic and happens unpredictably. The cloud is very
 stable and scalable, but for any a little bit heavier Drupal 
installation people do start getting these errors.<br>
<br><b>Basically, it is a generic error thrown by load balanced systems that occurs as a result of a script exceeding a maximum timeout value (not the PHP timeout value!) If a client connection does not receive a response from the server after approximately 30 to 60 seconds the load balancer will close the connection and the client will immediately receive the error message. In most cases, the script will continue to execute until it reaches completion, throws an error, or times out on the server, but the client will not see the page load as expected and will instead receive this error.</b><br>



<br>I&#39;ve used Boost for anonymous pages, Parallel, Memcache, etc., all of which helped and anonymous users <i>usually</i> don&#39;t get this error. The problem is with admin or any other a bit heavier work of logged in users. Even for basic Drupal websites with not too many modules! Pages like the list of modules, or the status page, i.e. heavy database or file requests, or API calls in PHP, are very likely to time out.<br>



<br> 
Over the past year I&#39;ve had a number of discussions with techs and 
admins at that cloud, but the situation is unresolved. They recognize the problem but maintain this is due to the special/unusual setup they use for their cloud. It is not a problem for some other CMS / frameworks. E.g. a very heavy MediaWiki installation runs just fine. Drupal seems to be less compatible with their system, somehow, somewhere.<br>



<br><b>Now, why do I mention all this in the development list? I&#39;ve been intrigued by one little ray of hope in their words: &quot;if a client connection does not receive a response from the server after 
approximately 30 to 60 seconds the load balancer will close the 
connection and the client will immediately receive the error message&quot;. Their techs said if I were able to emit any kind of intermediary response to the client <i>during </i>rendering of the page, then this would be solved. </b><br>



Indeed, a bit like the Batch API works in Drupal (with that I often run night-long scripts without problems). I wonder, maybe this is a more generic problem for any system that employs load balancers?<br><br><b>So my questions to you, colleagues, is -- do you see any place in Drupal processing chain that could be used, and approximately how, to make sure that the load balancer keeps the connection opened.</b> If you have any ideas, wild or proven, I will be happy to test and develop them further and bring them back to the community, of course. If this succeeds, I think many of us will be relieved (and able to focus on development again!)<br>



<br>Thank you for any ideas - on and off this list.<br><br>Best regards,<br><font color="#888888"><br>Tomáš / Vacilando<br><br>
</font></blockquote></div><br></div>