Method for processes parallelization on second level
暂无分享,去创建一个
The paper treats parallelisms, the utilization of which results in performance improvement of computing platforms that execute multiple processes concurrently. A new method for processes parallelization on second level is suggested which utilizes the standard Process Pool. The queues are served in a round-robin fashion and processes of the various queues are submitted to the classical Process Pool to insure fairness of service for the processes. The implementation of the method implies constructing a library that distributes the asynchronously incoming work items from batches and places them in the corresponding parallel queues on the basis of specified criteria.