I am ready to start my own project that will very closely provide the features of Flux - with some added features of my own. I've already got a bunch of base code - though it isn't currently factored the way it should be.
I'd much rather just participate (in a large way) with an existing project - no need to re-invent the wheel.
Is this project active?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes this project is active... I am working in a full day work and i onlyh can take time for jcrontab on weekends... but it goes... you can see it on cvs... bye...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes in fact what Cron does is to rebuild the tasks list every minute. this is the reason of the activity. If you want to change this delay you can do it changing "minute" variable at Cron.java to whatever you need. In a near future Cron will support variables to change this kind of stuff.
Finish is a method to let the classes that extend this to overwrite it and implement in finish tasks as closing connections or cleaning files.
In Fact this method is only called if you call Crontab uninit method.
You can forget about this method cause isnt abstract... :-)
Excuseme for the dealy in the answer but i have tons of work ... :-)
If you want to take a sight in the source will see new things.... and i hope in a few days a new release :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am ready to start my own project that will very closely provide the features of Flux - with some added features of my own. I've already got a bunch of base code - though it isn't currently factored the way it should be.
I'd much rather just participate (in a large way) with an existing project - no need to re-invent the wheel.
Is this project active?
Yes this project is active... I am working in a full day work and i onlyh can take time for jcrontab on weekends... but it goes... you can see it on cvs... bye...
Hi!
Am I right in saying that jcrontab does stuff
every minute whether there is work to do or not?
Also I can't figure out what is the purpose of finish(). Why can't a process clean itself up by itself without the help of this method?
Hi,
Yes in fact what Cron does is to rebuild the tasks list every minute. this is the reason of the activity. If you want to change this delay you can do it changing "minute" variable at Cron.java to whatever you need. In a near future Cron will support variables to change this kind of stuff.
Finish is a method to let the classes that extend this to overwrite it and implement in finish tasks as closing connections or cleaning files.
In Fact this method is only called if you call Crontab uninit method.
You can forget about this method cause isnt abstract... :-)
Excuseme for the dealy in the answer but i have tons of work ... :-)
If you want to take a sight in the source will see new things.... and i hope in a few days a new release :-)