<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Re: Which persistence solution to use?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Its not just about throughout though, there's reducing thread contention (rsa auth calls take 3 seconds where vm locks up and I want other users to be less affected by this, so we spread them around X images) as well as fault tolerance (one vm goes down, others are there to let you log in again, and some users aren't affected at all). Are you against data sharing? Isn't that what GemStone is for? ;)<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Sun May 13 12:16:24 2007<BR>
Subject: Re: [Seaside] Re: Which persistence solution to use?<BR>
<BR>
On Sunday 13 May 2007 8:52 am, Philippe Marschall wrote:<BR>
&gt; 2007/5/13, James Foster &lt;Smalltalk@jgfoster.net&gt;:<BR>
&gt; &gt; On Sunday 13 May 2007 2:43 am, Udo Schneider wrote:<BR>
&gt; &gt; &gt; James Foster wrote:<BR>
&gt; &gt; &gt; &gt; Why &quot;outside the image&quot;? Do you need to get access to the data from<BR>
&gt; &gt; &gt; &gt; something other than Seaside?<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; Not really. The reason is to be able to share the data between multiple<BR>
&gt; &gt; &gt; running Squeak/Seaside instances.<BR>
&gt; &gt;<BR>
&gt; &gt; Why do you need multiple instances? Is one instance unable to handle the<BR>
&gt; &gt; requests?<BR>
&gt;<BR>
&gt; Scaling, computer with more than one CPU/core, failover, ....<BR>
&gt;<BR>
&gt; Cheers<BR>
&gt; Philippe<BR>
<BR>
Hi Philippe,<BR>
<BR>
Are you answering on behalf of Udo, or are you just providing a general list<BR>
of reasons why someone might want to run multiple instances? Are you making a<BR>
distinction between &quot;scaling&quot; and &quot;computer with more than one CPU/core&quot; or<BR>
are the two reasons equivalent? How many pages per second are your serving<BR>
such that one instance is inadequate?<BR>
<BR>
James<BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>