Re: JNI pthreads problem

2000-12-17 Thread Juergen Kreileder
> "Valerio" == Valerio Ferrucci <[EMAIL PROTECTED]> writes: Valerio> ok, I have an application that uses invocation API. But Valerio> there I have another problem. Valerio> When I launch it I see the logs message Valerio> [Dynamic-linking... Valerio> [Dynamic-linking...

Re: JNI pthreads problem

2000-12-17 Thread Juergen Kreileder
> "valerio" == valerio <[EMAIL PROTECTED]> writes: valerio> I have a problem. I'm building a module for valerio> apache. apache doesn't like modules linked with valerio> libpthread.so. valerio> To use JNI in my application (Invocation API) I link it valerio> with libjvm

Re: JNI pthreads problem

2000-12-14 Thread Valerio Ferrucci
Hi, thanks for your help. Generally I'm thinking that my code doesn't feel so comfortable in apache module. I already had a similar headache-problem with libmysqlclient.so (that linked against pthreads and made crash apache) and I think I will have more and more problems in the future if i don't

Re: JNI pthreads problem

2000-12-14 Thread Paul Mclachlan
At 9:52 12 Dec 2000 -0500, Rousseau, John wrote: > It's a very strange model in which Apache sends a request to your > module and you start up a VM to handle it. You probably should start > your VM as a seperate process and use a socket to communicate. I don't think this is so strange. While J

Re: JNI pthreads problem

2000-12-14 Thread Valerio Ferrucci
Hi John, ok, I have an application that uses invocation API. But there I have another problem. When I launch it I see the logs message [Dynamic-linking... [Dynamic-linking... ... [Dynamic-linking native method java/lang/Double.longBitsToDouble...JNI] SIGSEGV11* segmentation violation si_

Re: JNI pthreads problem

2000-12-14 Thread Rousseau, John
On Thursday Dec 14, 2000, Valerio Ferrucci wrote: > "Rousseau, John" wrote: > > > libhpi.so is the threading package. The one in native_threads is the > > LinuxThreads version. The one in green_threads (amazingly enough) is > > the Green (Sun's all-user-space package) threads version. > > Whic

Re: JNI pthreads problem

2000-12-14 Thread Valerio Ferrucci
com > > > On Thursday Dec 14, 2000, Valerio Ferrucci wrote: > > > Hi, > > I'm in trouble with thie JNI pthreads problem. > > > > Can someone help me on my JNI pthreads problem? > &

Re: JNI pthreads problem

2000-12-14 Thread Rousseau, John
--- On Thursday Dec 14, 2000, Valerio Ferrucci wrote: > Hi, > I'm in trouble with thie JNI pthreads problem. > > Can someone help me on my JNI pthreads problem? > Or perhaps can you point me to some other (more appropriate for this topic) > mailing-list? >

Re: JNI pthreads problem

2000-12-14 Thread Valerio Ferrucci
Hi, I'm in trouble with thie JNI pthreads problem. Can someone help me on my JNI pthreads problem? Or perhaps can you point me to some other (more appropriate for this topic) mailing-list? Or some other source of support? Thanks > >Hi, > >I have a problem. > >I'm

Re: JNI pthreads problem

2000-12-13 Thread Mr.Y.SHIVAKANT
-Original Message- From: valerio <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, December 14, 2000 1:13 AM Subject: JNI pthreads problem >Hi, >I have a problem. >I'm building a module for apache. apache doesn't like mod

JNI pthreads problem

2000-12-13 Thread valerio
Hi, I have a problem. I'm building a module for apache. apache doesn't like modules linked with libpthread.so. To use JNI in my application (Invocation API) I link it with libjvm.so and libhpi.so. With ldd I see that these libraries link with pthreads!!! This is a problem with apache. Someone h