Re: Java & Multithread

2001-03-21 Thread Peter Schuller
> 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

Java & Multithread

2001-03-21 Thread Valerio Ferrucci
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

Re: JAVA multithread questions.

1999-07-13 Thread jools enticknap
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

Re: JAVA multithread questions.

1999-07-08 Thread Alex M.
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

JAVA multithread questions.

1999-07-08 Thread Chien-Lung Wu
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-<