Re: synchronization in flow script

2005-05-10 Thread Joerg Heinicke
Sylvain Wallez apache.org> writes: > > Joerg Heinicke wrote: > > >Hello, > > > >I have a question regarding synchronization in flow script. I need an object > >per session, so the instantiation must be synchronized. Furthermore the > >object > >is an Avalon component, so I need to call somethi

Re: synchronization in flow script

2005-05-10 Thread Sylvain Wallez
Joerg Heinicke wrote: Hello, I have a question regarding synchronization in flow script. I need an object per session, so the instantiation must be synchronized. Furthermore the object is an Avalon component, so I need to call something like cocoon.createComponent(). Now how is it possible in Flow