You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Bill Mitchell (JIRA)" <ji...@apache.org> on 2008/02/01 22:57:08 UTC

[jira] Resolved: (AXIS2C-830) libcurl interface not multithreaded

     [ https://issues.apache.org/jira/browse/AXIS2C-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Mitchell resolved AXIS2C-830.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Current (Nightly)

This fix to this problem has been incorporated in svn revision 617668.

> libcurl interface not multithreaded
> -----------------------------------
>
>                 Key: AXIS2C-830
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-830
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.1.0
>         Environment: Windows XP, Visual Studio 2005, build uses libcurl and guththila
>            Reporter: Bill Mitchell
>             Fix For: Current (Nightly)
>
>         Attachments: libcurl_diff
>
>
> Axis2C support of libcurl is not multithreaded, i.e., it cannot be invoked by a multithreaded client application.  This despite the fact that libcurl is multithreaded and Axis2C is multithreaded.  The crux of the issue lies in the static global definition of the curl handler in axis2_libcurl.c.  This prevents multiple client threads from obtaining multiple connections to issue concurrent SOAP operations.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org