• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Performance Issues/problems with SOA

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the book discuss performance problems that may arise when using web services in SOA? And specifically, how can any performance problems be minimized?
 
author
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This book does, in fact, provide a number of optimization techniques for improving the performance of SOAs. These design strategies relate to both streamlining XML document structures, as well as Web services themselves. Typically, performance benefits can be gained by designing services with appropriate granularity. The less overhead in a service, the less processing cycles you waste when using it. Additionally, although being able to aggregate or assemble services is a significant benefit to this platform, you can easily over-compose service assemblies so that they seriously affect application performance. There are many other strategies for optimizing SOAs. This is an important subject matter because the common technology set within contemporary SOAs is definitely not performance-friendly. Ultimately, it's your design that will determine your application's speed.
 
Nancy O'Connell
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You very much for your reply - it looks like your book will have a lot of very useful information for us!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic