Re: AttachCurrentThread()

2000-01-25 Thread Nathan Meyers
> > 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

Re: AttachCurrentThread()

2000-01-24 Thread Jeff Galyan
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

AttachCurrentThread()

2000-01-24 Thread Mark Delafranier
. 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