On Wed, 6 Feb 2002, Jeff Davis wrote:
> I think in addition to pros/cons, an important question is:
> How has threading influenced other DBMS's? I know MySQL uses threading, at
> least in the development version; how much has it helped? Is the utility of a
I think threads was or is a big deal Informix (now IBM) Dynamic Server.
With a combination of multiple processes and threads it is able to spread a
query among multiple processors and recruit more resources for complex
queries.
Myron