Re: Maven Help

2024-08-17 Thread Jesse Tayler via Webobjects-dev
woot. > On Aug 17, 2024, at 12:36 PM, Theodore Petrosky via Webobjects-dev > wrote: > > With Hugi’s help, I finally have the ability to create new WO/Wonder projects > in Eclipse. Please can Ramsey be given permissions to update the Maven > templates to create D2W and Frameworks? I have alway

Maven Help

2024-08-17 Thread Theodore Petrosky via Webobjects-dev
With Hugi’s help, I finally have the ability to create new WO/Wonder projects in Eclipse. Please can Ramsey be given permissions to update the Maven templates to create D2W and Frameworks? I have always put my database connections in its own Framework. I know he (Ramsey) has mentioned that he ha

Re: fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-17 Thread Samuel Pelletier via Webobjects-dev
OC, If you create a new OSC, you will have no snapshot cache (I may be wrong on this), so it is the expected behaviour. I never create new OSC in my apps, why are you creating OSC like this ? The only real case I see is large report generations in background thread and even for this batching

fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-17 Thread ocs--- via Webobjects-dev
Hi there, (I've solved the locks — were caused by a stray background thread which I've completely forgot of; and Samuel — yes, it was related to logging. D'oh.) Now it works all right and reliably, but I observe very strange behaviour: with the separate OSC, the direct action is, in average, co

Re: weird locks in faultWithPrimaryKeyValue

2024-08-17 Thread Samuel Pelletier via Webobjects-dev
Hi OC, Last week, I spend some time to optimise an app after seeing strange behaviour, the cpu usage of this app was growing with time with no logical explaination. Your case sound similar to me so I share my experience on this. During these high cpu usage period, the app had strange locking an