On Tuesday 16 July 2002 10:07 am, Marcus Crafter wrote: > 3. Change ContextManager so that it creates a ThreadManager registered > CommandManager by default if none is supplied to it (ie. have async > init by default). > > 4. Any others ? > > I'd like to do the 3rd, ie. have async init by default with a > ThreadManager registered CommandManager, if the user doesn't > provide one via setCommandQueue(). > > I also think it would be a good idea if we had an explicit way to > disable async init as Peter proposed, either via > setCommandQueue(null), or some config option or some other way ? > > What do you think ?
I'm +1 on #3, as I do believe that was the intended deafault. setCommandQueue( null ) won't work to disable async though, we would need something like setSynchronousInitialization( true ). -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
