# Effect of Serialized Messaging on Web Services Performance

**Authors:** Ali Baba Dauda, Zerdoumi Saber, Faiz Alotaibi, Muhammad A. Mustapha,, Muhamad Taufik Abdullah

arXiv: 1903.07001 · 2019-03-19

## TL;DR

This paper investigates how serialized messaging impacts web services performance, focusing on server processing and network transmission efficiency.

## Contribution

It introduces a new analysis of serialized messaging effects on web service performance, highlighting potential optimization strategies.

## Key findings

- Serialized messaging can increase server processing time.
- Network transmission efficiency is affected by message serialization.
- Optimizations can improve overall web service responsiveness.

## Abstract

Serialized messages are processed at the server and sent as objects over the network to the client to be consumed.

---
Source: https://tomesphere.com/paper/1903.07001