[fpc-devel] C++ gets language-internal concurrency support
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Aug 19 14:21:40 CEST 2011
On 19 Aug 2011, at 14:15, David W Noon wrote:
> I might do some experiments in C# to see if the thread manager creates
> threads with process scope or system scope, as it might be a bit
> smarter than Java's "green threads".
According to wikipedia, Java stopped using the green threads model
after JDK 1.1. I'm pretty sure that all Java threads are native
threads on today's implementations (at least on desktop and server
platforms).
Jonas
More information about the fpc-devel
mailing list