A b4j web server(jetty server). A web page for users to place an order.
After the server receives the order, it will be stored in the SQLite database.
If 30~50 users place an order at the same time.
Excuse me,
At this time, what will happen to the order save to database?
For example: transaction conflict, save failure, etc.
Or will it save all the data correctly in sequence.
After the server receives the order, it will be stored in the SQLite database.
If 30~50 users place an order at the same time.
Excuse me,
At this time, what will happen to the order save to database?
For example: transaction conflict, save failure, etc.
Or will it save all the data correctly in sequence.