Hi:
I've recently created an Integration project that is basically polls a network directory for files and routes them to different web services based upon their content. I have my poller set to check for new files every 30 seconds and things work well.
What I'd like to know is - what's the best way to make this a long running process?
I basically want to kick this Integration process off manually, and let the process poll for files every 30 seconds until I manually stop the process, say a month later.
Chris


Reply With Quote