D
danielb
Guest
A direct (shared memory) connection to the database should always give you better performance than connecting over the network, even if on the same machine. The amount of network traffic that Progress generates for a -H/-S connection can be ridiculous. The advantage of a shared memory connection is speed and performance, the disadvantage is that you are unable to scale your application horizontally as required. Unfortunately, I don't have any further information on the intricacies of _mprosrv.exe instance generation v client connections.
Continue reading...
Continue reading...