> > I application spawns various threads to deal with client requests, like a web
> > server would spawn threads to deal with http requests. The main process
> > performs the JNI_CreateJavaVM() which succeeds.
> >
> > When a thread is started it issues
s, like a web
> server would spawn threads to deal with http requests. The main process
> performs the JNI_CreateJavaVM() which succeeds.
>
> When a thread is started it issues an AttachCurrentThread and then proceeds with
> its work. I am finding that this method succeeds for 4 thread
.
I application spawns various threads to deal with client requests, like a web
server would spawn threads to deal with http requests. The main process
performs the JNI_CreateJavaVM() which succeeds.
When a thread is started it issues an AttachCurrentThread and then proceeds with
its work. I am