Alok Priyadarshi

Results 22 comments of Alok Priyadarshi

I need to schedule hundreds of jobs with similar schedule, where this feature will be immensely useful.

It looks like the only possible value for `ypipe_conflate_t::reader_awake` is `false`. So I am not sure why this variable is even needed. `ypipe_conflate_t::reader_awake` is initialized with `false`: https://github.com/zeromq/libzmq/blob/v4.3.4/src/ypipe_conflate.hpp#L50 The only...

I am not very familiar with zmq but from the callstack reported by tsan, the data race does look valid. It also seems like the member variable reader_awake is unnecessary...

We have an internal unit test using zmq that we run in TSAN config. I will see if I can create a standalone repro.

I need this feature as well - specifically using "datetime" instead of "index" suffix for rotated files - similar to that provided by logrotate dateformat with second resolution. Is there...

IIUC daily sink only rotates daily. I need file size based rotation.

This might not necessarily be a bug. I am just curious about the implementation and wondering if those comments are accurate.

@ArthurKetels Thanks for your response. You are right about higher cpu usage if we were to busy loop. However SOCK_NONBLOCK is typically used with epoll/select in an event loop. Are...

@henry2cox I tried to run genhtml from your branch but ran into the following error: ``` Can't locate DateTime.pm in @INC (you may need to install the DateTime module) (@INC...