[Seaside] Session. Where to put DB connect/disconnect code.

Wilkes Joiner wilkesjoiner at gmail.com
Sun Mar 6 17:55:10 CET 2005


Can someone shed some light on the code below?  My impression is that 
it commit any changes you've made during the request cycle before 
sending the response.  Is that accurate?

Thank,
Wilkes

On Mar 2, 2005, at 6:40 AM, Dmitry Dorofeev wrote:
> Example in the doc says
> withEscapeContinuation: aBlock
>   ^ (self db) commitWithRetry: [super withEscapeContinuation: aBlock]
>
> But it is unclear for me what it is and when it get called.
>
> Thank you !
> -- 
> Dmitry Dorofeev           ** dima at yasp.com **
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>



More information about the Seaside mailing list