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

Samisa Abeysinghe resolved AXIS2C-278.
--------------------------------------

    Resolution: Fixed

As per the previous comments, bulk of the code base do not use non-thread safe 
functions.
Those that used the non-safe functions are mostly run on non threaded modes.

> Check for and eliminate use of non-thread-safe library functions
> ----------------------------------------------------------------
>
>                 Key: AXIS2C-278
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-278
>             Project: Axis2-C
>          Issue Type: Task
>    Affects Versions: Current (Nightly)
>            Reporter: James Clark
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> There's a list of POSIX functions which POSIX says are not thread-safe:
> http://www.opengroup.org/onlinepubs/000095399/functions/xsh_chap02_09.html#tag_02_09_01
> We should try to avoid these or ensure in some other way that their use does 
> not cause problems in a threaded environment.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to