> -----Original Message----- > From: James Knott [mailto:[EMAIL PROTECTED] > Sent: Friday, July 27, 2007 3:01 PM > > Can it handle multiple threads? If so, it should be able to > handle multiple CPU's,
This is the matter of how threading is implemented. For example, if all work is being done by one thread, then additional CPUs would not help. Or code needs synchronization between threads then scalability will suffer too. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
