Re: [Boost-bugs] [Boost C++ Libraries] #9618: try_join_for problem: program is not terminate.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9618: try_join_for problem: program is not terminate.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-01 07:50:42


#9618: try_join_for problem: program is not terminate.
---------------------------------+--------------------------
  Reporter: oniprog <tkuman@…> | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: try_join_for
---------------------------------+--------------------------

Comment (by tkuman@…):

 Replying to [comment:4 viboes]:

 2 reasons.

 1. Computer dependent value

   Currently, a millisecond is enough time for "try_join_for" at my
 computer. But in the future, a millisecond may not be enough time for more
 faster computer. Therefore, current specification causes instability. The
 duration time must be computer independent value and it will be specified
 0.

 2. Unnecessary redundant work

   Every "try_join_for" call consumes time. It is a possibility that some
 case may not tolerant the redundant time.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9618#comment:5>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC