Re: Blocking receive in native C function called using JNI
Posted By:
Stijn_Fonck
Posted On:
Monday, May 26, 2003 10:28 AM
I have had some problems with using a blocking receive system call in a JVM which was using Green Threads instead of native threads. First implementations of the JVM did use these 'green threads'. When I switched to a JVM which had native thread, all my problems were solved. But i guess you are using one of the latest JVM's so you shouldn't have this problem anymore. Or are you working on a system like an iSeries or somthing??