&gt; Is understanding continuations completely a prerequisite to creating &nbsp;<br>&gt; the correct workflow, or does experimenting with workflows in web- <br>&gt; apps lead from a partial to a better understanding of continuations?&nbsp; &nbsp;
<br>&gt; Some thing are OK to learn by trial and error.&nbsp; I wonder if &nbsp;<br>&gt; mishandling continuations leads to enlightenment or insanity.<br><br>Programming the web-server is very easy and can be<br>done with just the most general notion of how continuations work. For
<br>me the hardest thing was the suspension of disbelief necessary to<br>ignore the &quot;http is stateless&quot; mantra and design web-apps<br>that internally look pretty much like desktop ones.<br><br>-pp<br><br>