[
https://issues.apache.org/jira/browse/GEODE-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886114#comment-15886114
]
ASF GitHub Bot commented on GEODE-2552:
---------------------------------------
Github user pivotal-jbarrett commented on the issue:
https://github.com/apache/geode-native/pull/40
@PivotalSarge
> Why the switch to ACE_OS::localtime() from localtime()?
`localtime` AKA POSIX `localtime` is not thread safe. `ACE_OS::localtime`
wraps the platform specific `localtime_r` or `localtime_s` functions that are
thread safe. Ultimately we want to replace these something like `boost::locale`
until something is adopted into the `std`.
> Replace NanoTimer with std::chrono / std::this_thread::sleep_for
> ----------------------------------------------------------------
>
> Key: GEODE-2552
> URL: https://issues.apache.org/jira/browse/GEODE-2552
> Project: Geode
> Issue Type: Task
> Reporter: Jacob S. Barrett
>
> Replace `NanoTimer` with `std::chrono` / `std::this_thread::sleep_for`
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)