The invention provides a
transaction processing method and device, a storage medium and
electronic equipment, and the method comprises the steps: determining a target
thread count corresponding to a to-be-processed transaction when a
processing request of the to-be-processed transaction is received; in a plurality of preset task execution strategies, determining a target task execution strategy corresponding to the to-be-processed transaction; creating a task
thread pool corresponding to the target task execution strategy, wherein the thread number of the task
thread pool is the same as the target thread number; determining a plurality of to-be-processed tasks corresponding to the to-be-processed transaction, and based on the target task execution strategy, calling each thread in the task
thread pool to process each to-be-processed task; and after the
processing process of each to-be-processed task is completed, ending the
processing process of the to-be-processed transaction. By applying the method, the thread
pool can be automatically created for the transaction to be processed according to the execution strategy meeting the response requirement of the transaction to be processed to execute the task, a user does not need to create the thread
pool by himself or herself for targeted processing, the
workload can be reduced, and the efficiency can be improved.