Design and implementation of distributed session based on Beansdb

Yiqiao Li,Yun Wu,Xun Duan
DOI: https://doi.org/10.1109/CIAPP.2017.8167251
2017-01-01
Abstract:With the widely application of distributed systems, to solve the Sessions information sharing between various servers is becoming increasingly important. Meanwhile, multiple clients also have to tackle the problem of Session information sharing. The traditional Session method conducts information sharing via information replication. But, to a high degree, it has become the bottleneck of browse speed of web pages. Fortunately, the distributed Session based on Beansdb proposed in this paper not only enables the information share effectively, but also solves the data persistence storage problem by making the utmost of the Beansdb's capability of persistent storage. Ultimately, the experiments verify that those websites applied with the distributed Session based on Beansdb accelerate the users' web page browse speed, presenting a better performance and a strong extensibility.
What problem does this paper attempt to address?