Multi Threading Page

Dyalog supports multi-threading - the ability to run more than one APL expression at the same time.

This unique capability allows you to perform background processing, such as printing, database retrieval, database update, calculations, and so forth while at the same time perform other interactive tasks.

Multi-threading may be used to improve throughput, improve responsiveness and is an important ingredient in any server application that has to deal with multiple clients.

In this section you will find documents on the following:

arrow

Introduction

arrow

Starting Threads
arrow Identifying Threads
arrow Aborting Threads
arrow Synchronisation
arrow Programming

 

 

Dyalog Image