[Seaside] GOODS (was Re: Prevayler)

Avi Bryant avi@beta4.com
Wed, 20 Mar 2002 16:11:46 -0800 (PST)


On Thu, 21 Mar 2002, Markus Fritsche wrote:

> Okay.  Unsophisticated as I am, I evaluate:
>
> txn := KKDatabase onHost: 'localhost' port: 6000.
> 1 to: 10000 do: [ :x | txn root at: ( x * 2 ) put: x ].
> txn commit.

Hmm, just tried this, and although it took *forever* for GOODS to allocate
10000 objects (saw something somewhere about batch allocation... have to
look into that.. or, oh, that must be the cost of 10000
#becomeForwards), the commit went through fine.  Perhaps something got
fixed in SSVS that's not in the snapshot?

> The server says
> 00:27.08 21-MAR-2002: Open session for client 'squeak561'

You'll get a lot more info from the server if you tell it "trace all",
btw.

Thanks for being persistent on this, Markus.  Bear with me and eventually
we'll get something that works. ;-)

Avi