PNTM Integration of Petri Nets and Transactional Memory.

Weiyi Wu,Yao Zhang,Shengyuan Wang,Yuan Dong
2011-01-01
Abstract:PNTM demonstrates a new concurrent programming model, providing explicit concurrency among cooperative transactions with correctness. It integrates a special Petri net and transactional memory, and improves the performance of transactions by decreasing the rate of conflicts. The GUI part of PNTM environment is based on PNK [1], the compiler is a modified GJC [2], and the runtime is based on DSTM2 [3].
What problem does this paper attempt to address?