[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Programming for SMP?



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=