AW: Calling non-multi-threaded C code in an Axis2 service

2011-11-29 Thread Stadelmann Josef
ngle-threaded-legacy-process is required. Josef -Ursprüngliche Nachricht- Von: robert lazarski [mailto:robertlazar...@gmail.com] Gesendet: Montag, 28. November 2011 21:55 An: java-user@axis.apache.org Betreff: Re: Calling non-multi-threaded C code in an Axis2 service On Mon, Nov 28, 2011

Re: Calling non-multi-threaded C code in an Axis2 service

2011-11-28 Thread robert lazarski
On Mon, Nov 28, 2011 at 5:13 PM, Philippe de Rochambeau wrote: > Hello, > > I would like to create a Web service based on a class which calls C functions > via JNI. > > The only problem is that the C functions are legacy and therefore not > multi-threaded. In other words, if several people simul

Calling non-multi-threaded C code in an Axis2 service

2011-11-28 Thread Philippe de Rochambeau
Hello, I would like to create a Web service based on a class which calls C functions via JNI. The only problem is that the C functions are legacy and therefore not multi-threaded. In other words, if several people simultaneously call the service, they might cause the C code to crash. What is