You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <qp...@incubator.apache.org> on 2008/10/02 23:23:44 UTC

[jira] Created: (QPID-1312) Add basic threading support for Windows

Add basic threading support for Windows
---------------------------------------

                 Key: QPID-1312
                 URL: https://issues.apache.org/jira/browse/QPID-1312
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker, C++ Client
    Affects Versions: M4
            Reporter: Steve Huston
            Priority: Minor


Attached patch represents additions and changes to get basic threading classes implemented for Windows. Threads themselves are implemented with native Windows system calls. Conditions and Mutexes are done using boost.

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


[jira] Resolved: (QPID-1312) Add basic threading support for Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston resolved QPID-1312.
--------------------------------

       Resolution: Fixed
    Fix Version/s: M4
         Assignee: Steve Huston

Changes included in svn revision 701486.

> Add basic threading support for Windows
> ---------------------------------------
>
>                 Key: QPID-1312
>                 URL: https://issues.apache.org/jira/browse/QPID-1312
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>    Affects Versions: M4
>            Reporter: Steve Huston
>            Assignee: Steve Huston
>            Priority: Minor
>             Fix For: M4
>
>         Attachments: threads.diff
>
>
> Attached patch represents additions and changes to get basic threading classes implemented for Windows. Threads themselves are implemented with native Windows system calls. Conditions and Mutexes are done using boost.

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


[jira] Updated: (QPID-1312) Add basic threading support for Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1312:
-------------------------------

    Attachment: threads.diff

> Add basic threading support for Windows
> ---------------------------------------
>
>                 Key: QPID-1312
>                 URL: https://issues.apache.org/jira/browse/QPID-1312
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>    Affects Versions: M4
>            Reporter: Steve Huston
>            Priority: Minor
>         Attachments: threads.diff
>
>
> Attached patch represents additions and changes to get basic threading classes implemented for Windows. Threads themselves are implemented with native Windows system calls. Conditions and Mutexes are done using boost.

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