By multithread applications

From Simple Sci Wiki
Revision as of 15:43, 24 December 2023 by SatoshiNakamoto (talk | contribs) (Created page with "Title: by multithread applications Authors: Abstract: The study of distributed computing algorithms by multithread applications Ahmet A. Husainov Keywords: Asynchronous programming, Petri nets, concurre ncy Main Research Question: How can recursive programs be converted into multithread applications? Methodology: The authors present a method to convert recursive programs into multithread applications. They demonstrate this method using a Hoare quick sort example. R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Title: by multithread applications

Authors:

Abstract: The study of distributed computing algorithms by multithread applications Ahmet A. Husainov

Keywords: Asynchronous programming, Petri nets, concurre ncy

Main Research Question: How can recursive programs be converted into multithread applications?

Methodology: The authors present a method to convert recursive programs into multithread applications. They demonstrate this method using a Hoare quick sort example.

Results: The conversion process involves defining a structure for argument passing, replacing function calls with thread creations, and modifying the main program to handle multiple threads.

Implications: The technique presented in this research can be applied to other recursive programs to create multithread applications. This can lead to improved performance and better utilization of system resources.

Additional Information: The authors also discuss the implementation of a pairing algorithm and the building of wave systems by Petri nets and object-oriented programming.

Related Research: For more information on distributed computing and multithreading, see the following related research:

1. Distributed Computing in Practice by Ian Foster and Katherine Yvonne Staley 2. Concurrency: Theory and Practice by Thomas A. Lee 3. Multithreaded Programming with Pthreads by Brian W. Kernighan and Robert S. Martin

Please note that the title of this wiki entry should be the exact article title: by multithread applications

Link to Article: https://arxiv.org/abs/0404015v1 Authors: arXiv ID: 0404015v1