I appreciate all the input. I have implemented my website using Kom as a file server and HTTP server on a 2GB flash drive. So far its working great! All I have to do is plug in the drive, double-click the executable and reconfigure my LAN router to point to the new PC. All my PC&#39;s have a minimum amount of memory (512) and CPU (1 GHz) and are dedicated to the website. Based on some very rough tests it seems like I can have between 50 and a 100 people using the site before a noticeable slowdown of the server. <br>
<br>Deech<br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 5:31 AM, Torsten Bergmann &lt;<a href="mailto:astares@gmx.de">astares@gmx.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Miguel Cobá wrote:<br>
&gt;I don&#39;t understand the issue with portability in having the static content<br>
&gt;served by a web server<br>
&gt;In fact, it is not even practical to deploy an app (used for more than a<br>
&gt; couple users) without a kind of proxy/load balancer in front.<br>
<br>
<br>
You and Phillipe talk about a different scenario than Deech who was NOT requesting an answer for (the more typical case) of a deployed seaside web application with many users:<br>
<br>
Read his original post and you will find out that<br>
<br>
&nbsp;- he want to move the webserver from PC to PC using a flash drive easily<br>
 &nbsp;(so the image may have to be small)<br>
&nbsp;- and since the environment is always changing using Apache as a proxy<br>
 &nbsp; is not desirable for him<br>
&nbsp;- he does not say anything about the number of users (maybe he is<br>
 &nbsp; the only user)<br>
<br>
So his requirements are different and serving the files using<br>
KomHttpServer may be ok here.<br>
<br>
Especially it is very cool to have this option:<br>
<br>
&nbsp;- you can put a VM for any OS environment together with the small image<br>
 &nbsp; and the static files on a memory stick<br>
&nbsp;- you can start the application on any computer/OS you like and run<br>
 &nbsp; the image/webserver<br>
&nbsp;- to use applications only a webbrowser is required (you can also<br>
 &nbsp; develop with Squeak right from the flash drive)<br>
<br>
Since size of flash drives is growing you can have your whole development/project environment (local running Squeaksource, swiki, Squeak-dev images) on the stick and run it everywhere.<br>
<br>
Having the resource files outside of the image also allows you to switch to an Apache proxy into a real production environment later.<br>
<br>
Bye<br>
Torsten<br>
<font color="#888888">--<br>
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games!<br>
<a href="http://games.entertainment.gmx.net/de/entertainment/games/free" target="_blank">http://games.entertainment.gmx.net/de/entertainment/games/free</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br>