I try to find out some information, which I hope it could be helpful in your case:
All versions of the Advantage Database Server are multi-threaded and will perform each user-requested database operations concurrently or in parallel if multiple processors are present.
SSD should improve in general the performance, but 32 bit Windows and 32 bit Advantage are limited to 2 GB of address space, because of the address space limitations by default a 32 bit version of Advantage only uses 256 MB of RAM for caching data. If you call sp_mgGetConfigMemory90, you can see how much RAM are using to cache data. If they are constantly at 256 MB of cached data then going to a 64 bit should improve performance.
↧
Re: Maximum hardware for ADS configuration
↧