Sunday, July 31, 2011

Synchronous Vs Asynchronous Web Services

Synchronous

  • Client invoking the service waits for the response suspending its own processing.
  • This architecture to be used when the service can process the request in a small amount of time.

Asynchronous

  • After sending the request, client goes on with its own processing. When a response comes it resumes whatever processing initiated the service request.
  • Can be implemented using message queues (JMS, MQSeries)

0 comments:

Popular Posts

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP