Re: [Modeling-users] Another question about sessions and EditingContexts (sorry)
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-02-29 13:46:42
|
"Ernesto Revilla" <er...@si...> wrote: > Dear all, >=20 > as stated in the documentation, section 6. Integration in an application, > using an application server, actually it is recomended to use a fresh > EditingContext for each session. But it states also, that changes made > permanent with saveChanges will not be visible to other EditingContexts. = Is > the also the case for Zope ZEditingContextSessioning? Could anybody tell = me > in which environment she/he uses modeling, and how he treats the > EditingContexts? (I'm looking for application server like uses.) This is the case in every multi-ECs environment, including Zope and ZECSessioning. I currently have the intention of solving that longstanding issue of synchronizing ECs --and this is a prerequisite for optimistic locking. Would you have some time testing patches on that topic? -- S=E9bastien. |