Contents Index Controlling threading from the command line Tasks on Windows 95/98/Me, NetWare, and UNIX

ASA Database Administration Guide
  Running the Database Server
    Some common options
      Controlling threading from the command line

Threading in Adaptive Server Anywhere

To understand how threading support works, you need to understand requests and tasks.

Requests 

Suppose Adaptive Server Anywhere is being used concurrently by two users, or by two connections from a single application. Each connection submits a query (or other SQL statement) to Adaptive Server Anywhere. Each of these SQL statements is a separate request to the server.

Tasks 

A task picks up a request and handles that request until it is complete. On Windows NT/2000/XP, tasks are lightweight threads called fibers; on all other platforms, tasks are threads. The number of tasks determines the number of requests that Adaptive Server Anywhere can handle concurrently.


Contents Index Controlling threading from the command line Tasks on Windows 95/98/Me, NetWare, and UNIX