Re: PushPull DaemonLauncher

2013-12-05 Thread Cameron Goodale
Hey Brian, Thanks for looking into this for me. Here is an excerpt from the logs after I turned them up to FINE (trying to see anything I might be missing) and I also added in some of my own log statements to track the Daemon unregister method. I added in a 3 star (***) prefix to note the log me

Re: PushPull DaemonLauncher

2013-12-03 Thread Brian Foster
Hey Cameron,can you attach the logs when you come across another case where the pushpull gets stuck?i was doing a quick pass through the code... it looks like the DaemonController stays up all the time... wait() is called on it... i thought there was a notify() call when daemon queue became empty,

Re: PushPull DaemonLauncher

2013-11-30 Thread Cameron Goodale
Hey Brian and Jordan, I have a similar issue with trying to run pushpull within a cron because for some reason (i need to sort out) my pushpull daemon will just hang after running and sleeping successfully using the org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol. I haven't taken the time

Re: PushPull DaemonLauncher

2013-11-21 Thread Brian Foster
Hey Jordan,Try not specifying the element for your daemons in RemoteSpecs.xml file.  It should just run once through for those sites.  I believe the pushpull shuts down automatically when all deamons have terminated, so after you run one pass it should just terminate.  It's been a while since i've

Re: PushPull DaemonLauncher

2013-11-08 Thread Bruce Barkstrom
You could take a look at the design philosophy in Burns, A. and Wellings, A, 2007: Concurrent and Real-Time Programming in Ada, Cambridge Press or McCormick, J. W., Singhoff, F., and Hugues, J., 2011: Building Parallel, Embedded, and Real-Time Applications with Ada, Cambridge Press Bruce R. Bar

PushPull DaemonLauncher

2013-11-07 Thread Jordan Padams
Hello all, I am trying to develop a pretty simple wrapper for the PushPull where I call the DaemonLauncher to run through the daemons in my config once and then shut down altogether. We currently don't have a need to have the software running at intervals. On that note, here are a few of the met