Web Service Call Parallelization Using OpenMP

  • Authors:
  • Sébastien Salva;Clément Delamare;Cédric Bastoul

  • Affiliations:
  • LIMOS, Université d'Auvergne Clermont 1, Aubière, France F-63173;DGI, Direction Générale des impôts, France, Paris, France F-75012;LRI, ALCHEMY, Université Paris-Sud, Orsay Cedex, France F-91405

  • Venue:
  • IWOMP '07 Proceedings of the 3rd international workshop on OpenMP: A Practical Programming Model for the Multi-Core Era
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Since early works, web servers have been designed as parallel applications to process many requests at the same time. While web service based applications are performing more and more, larger and larger transactions, this parallelization culture still not reached the client side. Business to Business (B2B) applications are becoming intensive users of web transactions through Service Oriented Architecture Standard. As multicore systems are now widely available, parallelization seems the right way to fit the need of such applications. In this paper, we describe an API based on OpenMP for transparently parallelizing web service calls, i.e. the serialization, deserialization and connection processes. Our API is mainly based on a software pipeline which splits web service calls into several tasks. Both synchronous and asynchronous modes can be used with this API to call web services. We present experimental evidence demonstrating the ability of our API to achieve high level performance.