On 6/6/07, Assaf Arkin <[EMAIL PROTECTED]> wrote:
There are certain state storage optimization strategy that will work very well for in-memory (where you optimize for CPU), but will not work very well for persistence (when you also care about scalability and the database).
Agreed. Given that in-memory processes don't want to store anything, trying to find
an optimal strategy for both is pointless, it actually takes away from optimizing persistent processes. So I suggest we split the discussion.
Ok, I'll get some measurements for persistent processes. alex
