[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Programming for SMP?
- Subject: Programming for SMP?
- From: Troy Dawson td@xxxxxxxxx
- Date: Fri, 5 Jan 2001 09:54:08 +0900 (JST)
On Thu, 4 Jan 2001, jorge herrera wrote:
> How about java Threads (java.lang.Thread).. are they as efficient as NSTask (NSThread?) or Pthreads???
don't know without measuring, but as a rule of thumb the high-level API's
all end up going to the same low-level services to get the heavy-lifting
done.
=td=