> If I don't call Java all is ok. If I call Java (my simple "Hello Word"
> Java class) the application exits with "segmentation fault" after some
> seconds of splatting.
I'm sure someone who knows more will respond; but could it be a signaling
handling conflict? I don't know about pthreads specif
Hi,
I'm building a C application (MultiThreaded) using Java Invocation API
to call Java from C.
I use pthread_create to launch a thread and pthread_mutexlock and
pthread_mutexunlock to syncronize them and link my app with "native
threads".
Then I splat my application launching multiple threads
con
gt;connection is concurrent, not sequence. How can I do that?
>
>2. I think PS is a very important part in my project. As I mentioned on 1.
>PS is a client to communicate with 3 servers. However, PS is also a serevr
>to be trigger by Q. How can I deal with this situation? Is JAVA
>mul
rrent, not sequence. How can I do that?
>
> 2. I think PS is a very important part in my project. As I mentioned on 1.
> PS is a client to communicate with 3 servers. However, PS is also a serevr
> to be trigger by Q. How can I deal with this situation? Is JAVA
> multithread can solve
by Q. How can I deal with this situation? Is JAVA
multithread can solve my question?
The configuration I try to solve is as following.
+-<-->R1
/
Q<-> PS-<