Here is an option Store the processes in a db and store them for later?
Then set up a single schedule to check for the processes. If you need to have scripts specifically for the process, then write the script to the db, and when you need to process them, then just write them back out and run them. Or just store what ever info you need for the process to run, maybe as an xml doc and then pull it out when/as you need it. Then when you want to add an item for later processing, just add it to the db. It doesn't even have to be a db, could even be an xml doc if you using the same script to run stuff. If there are different scripts for different processes, then store the script that needs to run for the process. Where theres a will theres a way my friend:P Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darryl Lyons Sent: Monday, January 10, 2005 8:22 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Delayed execution > Asynchronous execution via the Blackstone event gateway :) To me, this is one of the biggestt features I am waiting for.. Lots of possibilities! Darryl To unsubscribe from this email please forward this email to [EMAIL PROTECTED] This email message is confidential and may be privileged. If you are not the intended recipient please forward the email to [EMAIL PROTECTED] and delete the original. ABN AMRO Morgans Limited and its associates hold or may hold securities in the companies/trusts mentioned herein. Any general advice included in this email has been prepared without taking into account your objectives, financial situation or needs. Before acting on the advice, you should consider its appropriateness or discuss with one of our investment advisors. ABN AMRO Morgans Limited (ABN 49 010 669 726 AFSL 235410) A Participant of ASX Group. A principal member of the Financial Planning Association. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
