← Back to team overview

nrtb-core team mailing list archive

[Bug 1217384] [NEW] tcp_server_socket_factory uses shared_ptr

 

Public bug reported:

The nrtb::tcp_server_socket_factory uses shared pointers to place
sockets on queue and give them to waiting processes. This is both
inefficient and fails to enforce the "one owner" use case for sockets.

** Affects: nrtb
     Importance: Medium
     Assignee: Rick Stovall (fpstovall)
         Status: New


** Tags: management memory

-- 
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
https://bugs.launchpad.net/bugs/1217384

Title:
  tcp_server_socket_factory uses shared_ptr

Status in The New Real Time Battle Project:
  New

Bug description:
  The nrtb::tcp_server_socket_factory uses shared pointers to place
  sockets on queue and give them to waiting processes. This is both
  inefficient and fails to enforce the "one owner" use case for sockets.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nrtb/+bug/1217384/+subscriptions


Follow ups

References