Monday, January 25, 2010

Maxim 4: Webservice client should keep a query log

Webservice client libraries should maintain a log of every service call they made, the time it took to make the call, the success code of the call, the number of retries, backoff, the error code if there was one.

It goes then without saying that Webservice server library should also keep a service log of all the calls they recieved, error codes, time to service etc.

No comments: