BIND 10 #2055: asiolink wrapper for io_service::post()

BIND 10 Development do-not-reply at isc.org
Sun Jun 17 23:26:01 UTC 2012


#2055: asiolink wrapper for io_service::post()
-------------------------------------+-------------------------------------
            Reporter:  jinmei        |                        Owner:
                Type:  task          |                       Status:  new
            Priority:  medium        |                    Milestone:  Next-
           Component:  Unclassified  |  Sprint-Proposed
           Sensitive:  0             |                     Keywords:
         Sub-Project:  Core          |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 We'll need this for non-I/O asynchronous operations, such as
 "background" reloading of a zone into memory or "background" releasing
 of the old version of the zone afterwards.

 It would be something simple like
 `asiolink::IOService::post(boost::function)`.

 (note: as a last resort we could refer to the underlying asio
 io_service object using get_io_service() and call post() on it, but
 that breaks the whole purpose of asiolink and should be basically
 avoided).

-- 
Ticket URL: <http://bind10.isc.org/ticket/2055>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list