[Seaside] Transactions, database connections, indices, GOODS and Seaside

Avi Bryant avi at beta4.com
Fri May 14 03:01:53 CEST 2004


On May 13, 2004, at 5:59 PM, Avi Bryant wrote:

> It's an interesting point, though, and one I hadn't fully thought 
> through until now.  I guess it means that the correct pattern for 
> dynamic variables is to store them in the session, and then have 
> something like:
>
> SCCurrentTransaction class>>value
> 	^ WACurrentSession value currentTransaction

Or maybe I should change WADynamicVariable to use a dictionary keyed on 
Process?  Though it may be necessary to have both sets of semantics 
available...

Avi



More information about the Seaside mailing list