Securing High-Concurrency Ticket Sales: A Framework Based on Microservice
Zhiyong Zhang, Xiaoyan Zhang, Xiaoqi Li

TL;DR
This paper presents a microservice-based railway ticketing system designed to handle high concurrency with enhanced stability, security, and real-time functionalities, addressing traditional system limitations during peak periods.
Contribution
It introduces a microservice architecture using Spring Cloud for railway ticketing, improving fault tolerance, security, and real-time processing under high concurrency conditions.
Findings
System maintains stability under high concurrency
Achieves real-time train inquiries and seat updates
Supports complete online ticketing process
Abstract
The railway ticketing system is one of the most important public service infrastructure. In peak periods such as holidays, it is often faced with the challenge of high concurrency scenarios because of a large number of users accessing at the same time. The traditional aggregation architecture can not meet the peak user requirements because of its insufficient fault tolerance and low ability. Therefore, the system needs to use microservice architecture for development, and add multiple security methods to ensure that the system can have good stability and data consistency under high concurrency scenarios, and can respond quickly to user requests. This paper introduces the use of B/S architecture and Spring Cloud to design and develop a railway ticket purchase system that can maintain stability and reliability under high concurrency scenarios, and formulate multiple security design…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Mobile Agent-Based Network Management · IoT and GPS-based Vehicle Safety Systems
