<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That is pretty much the idea behind a regular web server. The firefox
viewer just displays it all in 2D instead of 3D.<br>
<br>
I know, I made it sound simple.<br>
<br>
Frisby, Adam wrote:
<blockquote
 cite="mid63FAD4F222230A4EA79DE9E8BE66473502FB178E@winxbeus19.exchange.xchg"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">I
actually really like the hypergrid concept – I agree in
thinking that maybe the best solution is to drop the grid servers (or
some of
them) in favour of a highly decentralised mesh.<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">Adam<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
  <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0cm 0cm 0cm 4pt;">
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US">From:</span></b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif";"
 lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:opensim-dev-bounces@lists.berlios.de">opensim-dev-bounces@lists.berlios.de</a>
[<a class="moz-txt-link-freetext" href="mailto:opensim-dev-bounces@lists.berlios.de">mailto:opensim-dev-bounces@lists.berlios.de</a>] <b>On Behalf Of </b>Michael
Wright<br>
  <b>Sent:</b> Friday, 19 December 2008 2:11 AM<br>
  <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:opensim-dev@lists.berlios.de">opensim-dev@lists.berlios.de</a><br>
  <b>Subject:</b> Re: [Opensim-dev] [Opensim-users] grid operation<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">I really don't think standalone mode is a relic
of the past,
and don't think its finest hour is anywhere near yet. I think adaptions
of
standalone mode, with a Hypergrid type systems, are a big part of the
future.<br>
  <br>
There are so many applications that a variant of standalone would fit
much
better than full grid mode.<br>
  <br>
But even if its not, it is certainly useful for testing and for new
users. And
performs much better than a grid for a few regions. Someone was asking
about
this in #dev the other day...Why when they switch from standalone to
grid mode
with the same number of regions, was the performance much worse.<br>
  <br>
There is also the issue that Justin mentioned last time we talked about
this
(last week in the other thread), of a user having to monitor the other
processes and restarting them if one of them crashed. <br>
  <br>
I really think we should be moving away from the grid system we have
now. I
think we could improve the Hypergrid concept of the grid/map and have a
more
peer to peer grid service.<br>
  <br>
But again I do think there is a lot that we can do to simplify the code
paths,
we have a lot of duplication that isn't needed and don't share code and
interfaces between the UGAIM and the standalone services as much as we
should. <br>
  <br>
So my vote is still -1 to removing standalone mode. <br>
  <br>
  <b><i>Melanie <a class="moz-txt-link-rfc2396E" href="mailto:melanie@t-data.com"><melanie@t-data.com></a></i></b> wrote:<o:p></o:p></p>
  <p class="MsoNormal">I believe the simplification of internal code
paths is worth
the <br>
multiple processes. Of course, you may have a different opinion.<br>
  <br>
I further believe that the overhead is negligible and caught up by <br>
the time saved within the application, for not having to call across <br>
delegates, interfaces and X layers of indirection.<br>
  <br>
An "implicit grid mode" can certainly be made VS friendly - just a <br>
matter of designing it that way.<br>
  <br>
And grid mode != SLClone. All the new directions (distributed asset <br>
system, OpenID, etc) revolve around grid mode.<br>
  <br>
Standalone is a relic from the early days that should have it's <br>
finest hour just about now. It's about as useless as a HTTP 1.0 <br>
webserver in view of the things to come.<br>
  <br>
Melanie<br>
  <br>
  <br>
Teravus Ovares wrote:<br>
> Melanie felt the need to resurrect this discussion in another<br>
> 'subject' (remember, Gmail threads these, so the subjects do
matter).<br>
> <br>
> She asked me, "what does standalone give me that a local grid
doesn't'.<br>
> 1. A single process<br>
> 2. A less overhead 'networking' the parts together<br>
> 3. A quick way to test new things. Add them to the grid server
later.<br>
> (visual studio debugger is easier this way)<br>
> 4. Structured centralized grid mode wasn't really the design<br>
> intention. It just sort of morphed into that. Originally the
concept<br>
> for this was a distributed system of individual regions that you
could<br>
> visit via a region browser.<br>
> 5. SLCLONE--;<br>
> <br>
> There are more.. but 5 will do for now.<br>
> <br>
> Best Regards<br>
> <br>
> Teravus<br>
> <br>
> On 12/11/08, Sean Dague wrote:<br>
>> Kyle "G" wrote:<br>
>> > We have not tried it either (grid mode SQLite) I also
ASSumed it
would work.<br>
>> > Doh! And FYI Happy Holidays All!<br>
>><br>
>> I don't think we have a grid adapter for sqlite, but all the
rest of
the<br>
>> services can be run under it (and writing the griddatastore
should be<br>
>> only a couple hours of work if someone wanted to do that). You
just<br>
>> don't want to do that in an environment that gets much load.<br>
>><br>
>> -Sean<br>
>><br>
>> --<br>
>> Sean Dague / Neas Bade<br>
>> <a class="moz-txt-link-abbreviated" href="mailto:sdague@gmail.com">sdague@gmail.com</a><br>
>> <a class="moz-txt-link-freetext" href="http://dague.net">http://dague.net</a><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Opensim-dev mailing list<br>
>> <a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
>> <a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
>><br>
>><br>
>><br>
> _______________________________________________<br>
> Opensim-dev mailing list<br>
> <a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
> <a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
> <br>
> <br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p>  <o:p></o:p></p>
  </div>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Opensim-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>