rack (and hack)  permits also to concatenate applications (request handlers) one in top of the other. with interesting combinations (filters, encriptation layers, applications as such). It seems that this is the reason for its name. At first sight it seems too little code to make something useful, but it´s fine.<br>
<br><div class="gmail_quote">2010/1/13 Pasqualino &quot;Titto&quot; Assini <span dir="ltr">&lt;<a href="mailto:tittoassini@gmail.com">tittoassini@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Michael,<br>
<br>
what is your experience with hack? Do you have any problem moving your<br>
apps from one server/env to another?<br>
<br>
Regards,<br>
<br>
     titto<br>
<br>
2010/1/13 Günther Schmidt &lt;<a href="mailto:gue.schmidt@web.de">gue.schmidt@web.de</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hi Michael,<br>
&gt;<br>
&gt; on first impression this seems like a good idea then.<br>
&gt;<br>
&gt; Günther<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Am 13.01.10 15:48, schrieb Michael Snoyman:<br>
&gt;&gt;<br>
&gt;&gt; Günther,<br>
&gt;&gt;<br>
&gt;&gt; Hack is a layer between a web application and a web server. It allows<br>
&gt;&gt; you to write a web application once and have it communicate with the<br>
&gt;&gt; server in different ways simply by swapping the handler. For example, I<br>
&gt;&gt; have applications that I test on my local system using<br>
&gt;&gt; hack-handler-simpleserver and then deploy onto an Apache server using<br>
&gt;&gt; either hack-handler-cgi or hack-handler-fastcgi.<br>
&gt;&gt;<br>
&gt;&gt; Michael<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Haskell-Cafe mailing list<br>
&gt; <a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
&gt; <a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Pasqualino &quot;Titto&quot; Assini, Ph.D.<br>
<a href="http://quicquid.org/" target="_blank">http://quicquid.org/</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>