eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.62k stars 383 forks source link

Deprecate posix timer #337

Open marthtz opened 3 years ago

marthtz commented 3 years ago

Brief feature description

Deprecate posix timer from iceoryx code base.

Detailed information

Posix timer has several issues (concurrency, truncation) and is pretty heavy weight and a bit slow. As iceorxy needs to be very responsive the posix timer should be removed and replaced with a lightweight stopwatch.

This will also close #190 as it'll be obsolete.

Tasks

shankar-in commented 3 years ago

@elBoberido Thats okay.

shankaranarayanan-c commented 2 years ago

@elBoberido could you pls reassign this issue to my personal account?

dkroenke commented 2 years ago

@shankaranarayanan-c

could you pls reassign this issue to my personal account?

Done

shankaranarayanan-c commented 2 years ago

thanks @dkroenke