Re: OSCPool/EO stack management/relaunch (was: Should ERXEC get sharedEC automagically?)

2018-08-29 Thread Chuck Hill
:ch...@gevityinc.com>> Cc: "webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>" mailto:webobjects-dev@lists.apple.com>> Subject: Re: OSCPool/EO stack management/relaunch (was: Should ERXEC get sharedEC automagically?) Chuck, I guess I have sol

Re: OSCPool/EO stack management/relaunch (was: Should ERXEC get sharedEC automagically?)

2018-08-29 Thread ocs@ocs
l mailto:ch...@gevityinc.com>> > Cc: "webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com>" > mailto:webobjects-dev@lists.apple.com>> > Subject: Re: OSCPool/EO stack management/relaunch (was: Should ERXEC get > sharedEC automagically?) > > Ch

Re: OSCPool/EO stack management/relaunch (was: Should ERXEC get sharedEC automagically?)

2018-08-26 Thread Chuck Hill
Finally, an easy question! Compatible just means that modelA.connectionDictionary().equals(modelB.connectionDictionary()) Chuck From: "ocs@ocs" Date: Thursday, August 23, 2018 at 7:03 PM To: Chuck Hill Cc: "webobjects-dev@lists.apple.com" Subject: Re: OSCPool/EO stack

Re: OSCPool/EO stack management/relaunch (was: Should ERXEC get sharedEC automagically?)

2018-08-23 Thread ocs@ocs
Chuck, I guess I have solved the mystery :) Looks like all what's needed is - to set up freely the OSCPool with any number of coordinators - at the init time, to use "isolation=serializable/locking=pessimistic" in my models - and switch off the SEC (by setting it to null in my ERXEC) - when all

OSCPool/EO stack management/relaunch (was: Should ERXEC get sharedEC automagically?)

2018-08-22 Thread ocs@ocs
Chuck, hmmm... coudn't I somehow switch off temporarily the OSCPool, so that the initialisation code happens precisely as if there was no pool at all, and only then, when done, the pool starts behaving as normally? Actually I could benefit — if it is possible — from that, not only due to the