Coding ASTA Servers
ASTA Servers were designed to be able to support any kind of Database component that can be used with Delphi. Currently ASTA supports 22 ASTA Servers. One of the design goals of ASTA was to handle the threading issues internally so that the Application developer would never have to worry about such low level details.
To thread ASTA servers there are some additional events that must be coded.
SupplyDatabaseWorkerComponents
ASTA Servers are threaded internally by ASTA so there is never a need for you to code any threading. If you code the required events your ASTA server will be able to run in all 3 ASTA threading models.
ASTA Servers: The Big Picture