Hi, I'm looking for a good way to be notified of completion of asynchronous requests. (registrations at asynchronous registries, transfers, ...) There seem to be operations for checking individual domains, but this is very inefficient. (and puts an unnecessary high load on the opensrs server)
A better approach would be a very simple and quick operation that only returns the order id's of the orders that have been updated since the last check (or since a specified timestamp, something like that) and only retrieve the full domain status for those id's. It could bring down the number of server requests dramatically. Ideally, an asynchronous notification mechanism would be used, to get rid of every kind of polling. For example, by sending the result codes (preferably in the same XML format) by email. (the normal mails sent by opensrs are hardly useful for automatic processing, they don't contain well defined and structured information) Have I overlooked something in the documentation and is any of this already possible, or are there other ways to accomplish this in a efficient way? Onno Molenkamp VEVIDA Services BV _______________________________________________ domains-dev mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-dev
