<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler">
    <title>gmane.comp.java.prevayler</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3701"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3700"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3699"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3697"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.prevayler/3682"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3701">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3701</link>
    <description>&lt;pre&gt;Karl,

Not talking about serialization, but in general about your situation: can
you divide your domain data vertically some way? Regions, cities, type of
clients, type of product, etc. This way you could have several "servers",
each one client of many others just as actual clients. But you would have
several VMs with much less memory and several snapshots / journals much
smallers.
Em 27/02/2012 13:43, "Karl Wettin" &amp;lt;karl.wettin&amp;lt; at &amp;gt;gmail.com&amp;gt; escreveu:

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________&lt;/pre&gt;</description>
    <dc:creator>Alexandre Nodari</dc:creator>
    <dc:date>2012-02-28T12:06:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3700">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3700</link>
    <description>&lt;pre&gt;
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org
&lt;/pre&gt;</description>
    <dc:creator>Robert Friberg</dc:creator>
    <dc:date>2012-02-27T21:35:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3699">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3699</link>
    <description>&lt;pre&gt;One thing that might be easy to paralelize is to speculatively create
"empty" instances of your domain objects to be used when the
unmarshaller needs them.

Klaus


On Mon, Feb 27, 2012 at 1:43 PM, Karl Wettin &amp;lt;karl.wettin&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-27T17:33:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3698">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3698</link>
    <description>&lt;pre&gt;Oh, ok, no it's 12GB domain data. With indices etc it's quite a bit more.


On Feb 27, 2012, at 5:21 PM, Robert Friberg wrote:



------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Karl Wettin</dc:creator>
    <dc:date>2012-02-27T16:43:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3697">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3697</link>
    <description>&lt;pre&gt;Some parts of the system could be functionally derived from other parts and therefore excluded from snapshots. Example in C#:

[Serializable]
class MyModel : Model {

    [NonSerializable]
    private Dictionary&amp;lt;string,Article&amp;gt; _fullTextIndex;

    private List&amp;lt;Article&amp;gt; _articles;

    protected override void AfterDeserialize() { BuildIndex(); }

}


Robert Friberg
0733-839080
http://livedb.devrex.se
http://livedomain.codeplex.com 
http://devrex.se
http://www.linkedin.com/in/robertfriberg


-----Original Message-----
From: Karl Wettin [mailto:karl.wettin&amp;lt; at &amp;gt;gmail.com] 
Sent: den 27 februari 2012 17:12
To: Open discussion about the Prevayler project.
Subject: Re: [Prevayler-discussion] Some thoughts on serialization


27 feb 2012 kl. 16:24 skrev Robert Friberg:


I don't understand what you mean. 



karl
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is just $&lt;/pre&gt;</description>
    <dc:creator>Robert Friberg</dc:creator>
    <dc:date>2012-02-27T16:21:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3696">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3696</link>
    <description>&lt;pre&gt;
27 feb 2012 kl. 16:24 skrev Robert Friberg:


I don't understand what you mean. 



karl
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Karl Wettin</dc:creator>
    <dc:date>2012-02-27T16:11:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3695">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3695</link>
    <description>&lt;pre&gt;Karl,

I don't know if this could apply to your situation but one approach is to mark some parts of the system as nonserializable and rebuild them after deserialization. 

Robert Friberg
0733-839080
http://livedb.devrex.se
http://livedomain.codeplex.com 
http://devrex.se
http://www.linkedin.com/in/robertfriberg


-----Original Message-----
From: Karl Wettin [mailto:karl.wettin&amp;lt; at &amp;gt;gmail.com] 
Sent: den 27 februari 2012 16:14
To: Open discussion about the Prevayler project.
Subject: Re: [Prevayler-discussion] Some thoughts on serialization


27 feb 2012 kl. 16:10 skrev Klaus Wuestefeld:


A handful of minutes to unmarshal plain Java snapshot. 3-5? 


Some 800MB on disk, or 12GB heap.


In no way. Just changed the Serializer and tried it out of the box.


karl
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTM&lt;/pre&gt;</description>
    <dc:creator>Robert Friberg</dc:creator>
    <dc:date>2012-02-27T15:24:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3694">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3694</link>
    <description>&lt;pre&gt;
27 feb 2012 kl. 16:10 skrev Klaus Wuestefeld:


A handful of minutes to unmarshal plain Java snapshot. 3-5? 


Some 800MB on disk, or 12GB heap.


In no way. Just changed the Serializer and tried it out of the box.


karl
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Karl Wettin</dc:creator>
    <dc:date>2012-02-27T15:14:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3693">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3693</link>
    <description>&lt;pre&gt;
How does that compare to plain Java serialization in your case?
How large is your snapshot again?

IIRC XStream has something they call "binary mode". Did you tweak XStream?

Even if it is slow out of the box, it might be a starting point for
your own code.

Klaus

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-27T15:10:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3692">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3692</link>
    <description>&lt;pre&gt;It takes about 30 minutes to marshal and 17 hours to unmarshal my root using XStream… : ( At least the last time I tried. Might have done something wrong though.

karl

27 feb 2012 kl. 15:35 skrev Klaus Wuestefeld:



------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Karl Wettin</dc:creator>
    <dc:date>2012-02-27T14:59:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3691">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3691</link>
    <description>&lt;pre&gt;Talk to the XStream guys. Guilherme Silveira, an acquaintance of mine,
is a developer there.

Looking at XStream might give you good pointers. Maybe you can make
XStream multi-threaded.

Klaus


On Sun, Feb 26, 2012 at 7:36 PM, Karl Wettin &amp;lt;karl.wettin&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-27T14:35:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3690">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3690</link>
    <description>&lt;pre&gt;
24 feb 2012 kl. 19:54 skrev Klaus Wuestefeld:

You are of course right about the dates. I didn't think that far. I brought them up as immutable examples without thinking it through. They are however just a drop of water in the ocean compared to my strings and some of my own immutable classes.


Right. Do you see a problem with that? I'll implement something simple but working this week, probably along the way of one file per object or so to show that it works in theory, just to get around the problems with inner workings of ObjectInput/OutputStream until I've figured that out.


That's out of scope when when it comes to changes in code , unless one have one heck of a classloader, right? My problem with serialization is really only a problem when it comes to development and debugging, not so much when it comes to live environments.


karl------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtu&lt;/pre&gt;</description>
    <dc:creator>Karl Wettin</dc:creator>
    <dc:date>2012-02-26T22:36:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3689">
    <title>Fwd: Hi Karl, dont you want to add the maven info to the Prevayler home page?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3689</link>
    <description>&lt;pre&gt;From: Karl Wettin &amp;lt;karl.wettin&amp;lt; at &amp;gt;gmail.com&amp;gt;


Nice :)

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-24T19:15:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3688">
    <title>Re: Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3688</link>
    <description>&lt;pre&gt;Hi Karl,

I use longs inside my objects instead of Dates. I only instantiate
Dates when some query needs them.

Is your idea to implement a multi-threaded serializer/deserializer
using reflection?

You can also look at taking snapshots/images at a different level such
as VirtualBox images.

Klaus



On Thu, Feb 23, 2012 at 4:09 AM, Karl Wettin &amp;lt;karl.wettin&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

&lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-24T18:54:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3687">
    <title>Some thoughts on serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3687</link>
    <description>&lt;pre&gt;This is me thinking out loud.

It must be the fifth time I bring this up here, and I still haven't done anything about but to complain about it. I didn't even get in touch with the people previously recommended here that might have good ideas regarding to how to solve it.

Serialization is terrible slow. 

This one application of mine contains some 12GB heap worth of domain data. Due to the complexity of my domain model and the amount of data it contains now I'm starting to hit stack overflows both while marshalling and unmarshalling unless I increase my -Xss. Given the amout of threads I usually run this is not a good solution for me. Thus in deployed environment I don't use snapshots at all, and since I have loads of changes to the persistent data every second the journals grows huge. It can take an hour to restart. 

Theoretically this means that in a year from now it can take me days to load the journals.

Generally speaking this is not a problem, there are many ways around this such as starting the new &lt;/pre&gt;</description>
    <dc:creator>Karl Wettin</dc:creator>
    <dc:date>2012-02-23T06:09:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3686">
    <title>Re: #liveDB server, research and upcoming webinar on In-Memory Database Systems</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3686</link>
    <description>&lt;pre&gt;
So discussing with us on this list provides value only to you, not your users?

Are you ready to tell your users and the authors of these 27000 hits
that they provide no value whatsoever:
https://www.google.com/search?q=%2Bprevayler+%2Barticle ?



How will that happen?

The LiveDB Home Page and Martin's Post aren't helping much. I lost
hope in Martin. I still have hope in you.

There are 5 comments on your home page. One of them is 5 months old
and is a direct question: "Is LiveDB a prevalence layer?". You didn't
answer it.

Citing previous work isn't just a "how does that help me?" attitude.
It is an ethical attitude.

---

How many hours of our lives still must we spend with uncomfortable and
unproductive emails back and forth so that you simply add the due
"prevalence-based" words somewhere in the description of LiveDB with a
link to Wikipedia?

Klaus

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing &lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-11T05:04:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3685">
    <title>Re: #liveDB server, research and upcoming webinar on In-Memory Database Systems</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3685</link>
    <description>&lt;pre&gt;
------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org
&lt;/pre&gt;</description>
    <dc:creator>Robert Friberg</dc:creator>
    <dc:date>2012-02-10T21:17:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3684">
    <title>Re: #liveDB server, research and upcoming webinar on In-Memory Database Systems</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3684</link>
    <description>&lt;pre&gt;

Yes, it will benefit both camps and prevalence in general, which I believe is on the rise! 
Hopefully we will get it all straightened out in time for the bachelors thesis.


What name are you referring to? We didn't invent a new name, we are just being more general by using the term database engine based on the inheritance chain #livedb is-a prevalence engine is-an in-memory database engine is-a database engine. The #liveDB main page doesn't explicitly say Prevalence Engine or System Prevalence because I don't believe that will provide any descriptive value whatsoever to the intended visitors, simply because they've most probably never heard of it before. Hopefully this will change in the near future!

On another note, LMAX is also a prevalence engine, although a highly optimized one. I had a twitter conversation with one of their devs and pointed them to the system prevalence wikipedia page and recieved the reply, "That's exactly what we do".

Robert Friberg
0733-839080
http://livedb.devrex.se
http://live&lt;/pre&gt;</description>
    <dc:creator>Robert Friberg</dc:creator>
    <dc:date>2012-02-10T21:17:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3683">
    <title>Re: #liveDB server, research and upcoming webinar on In-Memory Database Systems</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3683</link>
    <description>&lt;pre&gt;
Ah, yet another voice and a fellow swede as well!

Engine no doubt has som spin going on (pun intended).
But besides layer, what better can we come up with?

Suggestions?

Robert Friberg
0733-839080
http://livedb.devrex.se&amp;lt;http://livedb.devrex.se/&amp;gt;
http://livedomain.codeplex.com&amp;lt;http://livedomain.codeplex.com/&amp;gt;
http://devrex.se&amp;lt;http://devrex.se/&amp;gt;
http://www.linkedin.com/in/robertfriberg



From: Mikael Nordenberg [mailto:mikael&amp;lt; at &amp;gt;ikanos.se]
Sent: den 10 februari 2012 14:47
To: Open discussion about the Prevayler project.
Subject: Re: [Prevayler-discussion] #liveDB server, research and upcoming webinar on In-Memory Database Systems


Not very fond of "engine" myself...
In my world, engine is a driving force. Most prevalence layers are not. Must not be tempted to use fancy words for marketing purposes.
Den 10 feb 2012 14:31 skrev "Felipe Cruz" &amp;lt;felipecruz&amp;lt; at &amp;gt;loogica.net&amp;lt;mailto:felipecruz&amp;lt; at &amp;gt;loogica.net&amp;gt;&amp;gt;:ha
2012/2/10 Robert Friberg &amp;lt;robert.friberg&amp;lt; at &amp;gt;devrex.se
Felipe,

*Objects* in memory?
Prevalence doesn't require obj&lt;/pre&gt;</description>
    <dc:creator>Robert Friberg</dc:creator>
    <dc:date>2012-02-10T20:48:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3682">
    <title>Re: #liveDB server, research and upcoming webinar on In-Memory Database Systems</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3682</link>
    <description>&lt;pre&gt;Robert,

I agree with the Transaction/Query/Command terminology arguments.

I agree with the "Model"/BusinessSystem terminology arguments.

This is a great opportunity for us to standardize our terminology now
that there is another big prevalence engine/layer/thing project being
driven.

Lets try and do that?

I must say, though, that if you want to use a different term for
marketing purposes and say that it is prevalence-based, ok. But it
makes me sad if you simply transcribe the definition of System
Prevalence here in your own words:
http://livedb.devrex.se/
and give it a different name without mentioning Prevalence, as if it
had come from nowhere.

It is the same thing Martin Fowler did:
https://gist.github.com/1186975

Thanks.

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.a&lt;/pre&gt;</description>
    <dc:creator>Klaus Wuestefeld</dc:creator>
    <dc:date>2012-02-10T18:28:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.prevayler/3681">
    <title>Re: #liveDB server, research and upcoming webinar on In-Memory Database Systems</title>
    <link>http://permalink.gmane.org/gmane.comp.java.prevayler/3681</link>
    <description>&lt;pre&gt;Not very fond of "engine" myself...
In my world, engine is a driving force. Most prevalence layers are not.
Must not be tempted to use fancy words for marketing purposes.
Den 10 feb 2012 14:31 skrev "Felipe Cruz" &amp;lt;felipecruz&amp;lt; at &amp;gt;loogica.net&amp;gt;:

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org
&lt;/pre&gt;</description>
    <dc:creator>Mikael Nordenberg</dc:creator>
    <dc:date>2012-02-10T13:46:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.prevayler">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.prevayler</link>
  </textinput>
</rdf:RDF>

