Hey folks,
I am trying to do a little project out of general interest (and it may be useful in my job). It will be based on some existing Java code (I am not really a Java programmer, but I can pick up that part myself).
What I want to do is the following:
1) Have the ability to run commands specific to my application on the command line. There may be multiple commands executed at any given time. Everything happens on one machine.
2) Have the ability for some kind of central "manager" pick up those commands and act on them. The reason for the central "manager" is that it may be responsible for some things, such as throttling, retries, etc.
Is there a good model to use as a reference for this project? Not sure I'm evening asking the right questions to get me on the right path, but any help/advice is appreciated!
Thanks,
avhokie
I am trying to do a little project out of general interest (and it may be useful in my job). It will be based on some existing Java code (I am not really a Java programmer, but I can pick up that part myself).
What I want to do is the following:
1) Have the ability to run commands specific to my application on the command line. There may be multiple commands executed at any given time. Everything happens on one machine.
2) Have the ability for some kind of central "manager" pick up those commands and act on them. The reason for the central "manager" is that it may be responsible for some things, such as throttling, retries, etc.
Is there a good model to use as a reference for this project? Not sure I'm evening asking the right questions to get me on the right path, but any help/advice is appreciated!
Thanks,
avhokie