You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ax...@ws.apache.org> on 2012/09/22 12:13:07 UTC

[jira] [Updated] (AXIS-929) Design-Error: concurrency in org.apache.axis.handles.LogHandler

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

Andreas Veithen updated AXIS-929:
---------------------------------

    Priority: Minor  (was: Blocker)
    
> Design-Error: concurrency in org.apache.axis.handles.LogHandler
> ---------------------------------------------------------------
>
>                 Key: AXIS-929
>                 URL: https://issues.apache.org/jira/browse/AXIS-929
>             Project: Axis
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 1.1RC1
>         Environment: Operating System: All
> Platform: All
>            Reporter: gert
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> The LogHandler sets when processing in the request-chain its member-field long
> to the current time.
> When processing the response-chain LogHandler uses this field to calcualate the
> processing time. 
> But in case that there are more than one client, a client can be "interrupted"
> between this two points by another client and thus messing up the start-field of
> the former one.
> The start-value should be remembered in the message-context

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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