Advanced search

Found 1 essay matching the above criteria.

  1. 1. Batch processing in RESTful web services

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Wilhelm Svenselius; [2015]
    Keywords : ;

    Abstract : Network latency is one of the most significant causes of poor performance in web services, as it is not uncommon for latency to take up a greater share of the total time from request to response than the actual processing time on the server. Working within the well-established REST architectural style for web services, we examine HTTP pipelining and composite representation using multipart/mixed as potential means of reducing the effects of latency on batched operations, using experimental implementations of both approaches to test their performance in different scenarios. READ MORE