Sunday, December 10, 2006

Gateways calling gateways

I am currently working on a project that entails directory watcher gateways and scheduled tasks to call asynchronous gateways. Then the asynchronous can call other asynchronous gateways and basically keep a server side process running non stop. Unfortunately I can not go into the details of the application but I am learning more about how to "tame the animal". Once I get all running and tested I will share with you all some of the cool tricks I have come up with. As well as some "lessons learned".

A couple things I have learned already:
1: How clean up and restart failed processes due to a crash.
2: How to prevent multiple processes from firing the same asynchronous process.

That is it for now,

--Dave

No comments: