+1
(binding)
--
Tom Jordahl
On 4/22/16, 11:25 AM, "Deepal jayasinghe" wrote:
>Hi All,
>
>Axis2/C and Axis1 projects are lack of active developments, and when it
>come to board reports there is nothing to report on these projects. So,
>I am proposing to mov
I think we have enough resources to maintain C Language on 'Nix platforms
If we can secure a Microsoft resource to maintain the dos/windows code we
*could* keep Axis1 C code and Axis2 C Code active
If no Microsoft resource comes forward After May 1 I vote +1 for both Axis1/C
and Axis2/C be
+1
Dinesh.
--
Be happy
On Fri, Apr 22, 2016 at 9:25 AM, Deepal jayasinghe
wrote:
> Hi All,
>
> Axis2/C and Axis1 projects are lack of active developments, and when it
> come to board reports there is nothing to report on these projects. So, I
> am proposing to move those pr
Hi All,
Axis2/C and Axis1 projects are lack of active developments, and when it
come to board reports there is nothing to report on these projects. So,
I am proposing to move those projects to Attic.
Here is my +1.
Deepal
t be going on in the axis2 layer, but stepping thru
the code with a debugger didn't reveal the answer.
If anyone has an idea of what is going on here, I would be grateful for your
thoughts.
--
View this message in context: http://old.nabble.com/C-tp34054790p34054790.html
Sent from the Axis -
Maybe the best is to make your C code thread safe.
If that is too much work then you can think of a barrier
used to synchronize the C-code-callers at the java level.
The barrier goes down before the C code is invoked and
once the legacy-C-code is left, the barrier goes up, and
allows another
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 wor
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
I am trying to use axis2/c for file uploading. It is pretty simple with
axis2/c http server/client provided as part of examples in axis2/c source.
To provide x509 authentication i have installed rampartc, which is a
security module for axis2/c.
Can you please suggest me how can i achieve file