I've got a java native module (which is written in C) that uses posix thread
to communicate
with another process. It has no problem when it's run it on win-nt. However
when it's run
on sparc solaris7 using netscape 4.75, it just cannot synchronize with the
other process.
It's a unique problem for the netscape for Solaris. In fact, it had given me
the same result
when I linked the pthread module with the netscape plugin object. Can't we
use the pthread
with the Solaris netscape?
Thanks,
Noda