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