我需要一次将所有事务提交给 DB。那是什么程序?在将所有事务提交到后端数据库后,将来自每个用户的请求存储在队列中。谁能告诉我该怎么做?
编辑:
1.Run the update query for each user to add data to table.
2.Run the session for n users(10 users).
3.Store the requests from each user in a queue.
4.after commit all trnasactions on to backend DB at a time.