Re: wotaskd reliability

2015-12-03 Thread Samuel Pelletier
Hi, I never use a system provided apache, php or other sensitive software for a server, I recommend to build from source, this allows to control when the update are applied and locate your config files where you want them. I even have multiple apache on the same server, some with php other with

Re: WODisplayGroup, ERXWORepetition and object deletion

2015-12-03 Thread Paul Hoadley
Hi Chuck, On 4 Dec 2015, at 4:15 am, Chuck Hill wrote: > I’d look at a less than generic solution in my thought experiment. Maybe > ERXEORepetition. And use some form of the global ID as the element ID for > the elements. Then in the implementation, you would do a map look up of the > glob

Re: WODisplayGroup, ERXWORepetition and object deletion

2015-12-03 Thread Paul Hoadley
Hi Ted, On 4 Dec 2015, at 3:39 am, Theodore Petrosky wrote: >>> Would it be better to not delete the Job, but instead mark it >>> isDeleted=true. then you have the best of both worlds? >> >> Say that we did that. >> >>> You could also ask the system, Show me all the deleted Jobs. >> >> Then

Re: wotaskd reliability

2015-12-03 Thread Klaus Berkling
> On Dec 3, 2015, at 8:44 AM, Ramsey Gurley wrote: > > > On Nov 29, 2015, at 1:09 PM, Michael Kondratov > wrote: > >> What makes Linux better than OS X? > > Where do I start? :) In no particular order: > > Number of knowledgeable administrators. > Server software packages (openstack, dock

Re: WODisplayGroup, ERXWORepetition and object deletion

2015-12-03 Thread Chuck Hill
I’d look at a less than generic solution in my thought experiment. Maybe ERXEORepetition. And use some form of the global ID as the element ID for the elements. Then in the implementation, you would do a map look up of the global ID to get the EO, rather than an index lookup. I have not thou

Re: wotaskd reliability

2015-12-03 Thread Ramsey Gurley
On Nov 29, 2015, at 1:09 PM, Michael Kondratov wrote: > What makes Linux better than OS X? Where do I start? :) In no particular order: Number of knowledgeable administrators. Server software packages (openstack, docker, etc) Targeted at power users (doesn’t F up /usr/local, has bash complet

Re: wotaskd reliability

2015-12-03 Thread Jeff Schmitz
As a follow up, I did fix the locking up problem. When I checked my energy saver settings it was set to sleep after 3 hours but wake on network activity. I can’t remember if I had it set to that before El Capitan, or if I had it set to never sleep and El Capitan changed it. But in El Capitan

Re: WODisplayGroup, ERXWORepetition and object deletion

2015-12-03 Thread Paul Hoadley
Hi Ted, On 3 Dec 2015, at 9:47 pm, Theodore Petrosky wrote: > Would it be better to not delete the Job, but instead mark it isDeleted=true. > then you have the best of both worlds? Say that we did that. > You could also ask the system, Show me all the deleted Jobs. Then say that we did that—

WODisplayGroup, ERXWORepetition and object deletion

2015-12-03 Thread Paul Hoadley
Hello, This issue has come up on the list a few times over the years, and I’ve pieced together a workable solution. This post is just to see if anyone can suggest a better one. I have an ERXWORepetition that loops over the displayedObjects() of a WODisplayGroup. The objects are Job EOs, and wi