On January 7, 2004 10:37 pm, Paul Mclachlan wrote:
> Kok Choon Kiat wrote:
> > It appears to me that the native thread has *seized the entire
> > flow of control* from java program and it is not running
> > independently. Why is that so? How can I make the native thread
> > independent and not seiz
Kok Choon Kiat wrote:
It appears to me that the native thread has *seized the entire flow of
control* from java program and it is not running independently. Why is
that so? How can I make the native thread independent and not seize
the flow of control from the java program? I would really appre
Dear friends,
I have successfully integrated native (C++) codes which
employ threading operation with a simple java program. The objective of the
program is to spawn thread (using POSIX pthread_create) that prints 10
“Hello World” in approx. 10 seconds.
My Software environment