On 1 Nov 2016, at 16:34, Mariano Martinez Peck <marianopeck@gmail.com> wrote:Hi Holger, Esteban, et allWhat is the status of https://github.com/pharo-project/pharo-vm/pull/108 ?Will this be finally integrated or not? Because I updated OSSubprocess to take benefit of this PR (OSSubprocess is much better with this PR), but I will have to revert it if the PR is not merged :(Thanks,On Fri, Sep 23, 2016 at 5:40 AM, Holger Freyther <holger@freyther.de> wrote:
> On 23 Sep 2016, at 02:44, Ronie Salgado <roniesalg@gmail.com> wrote:
>
> Hi Holger,
Hi!
> Currently the events given by this API are only holding a copy of the raw inotify event in rawEvent and a copy of the raw path in rawPath. Further work is required for translating the events into a more platform independent interface, and for supporting OS X and Windows with this API. However, this is already something that could be useful to you.
if I see it correctly you start a poll loop (wait 100ms then call epoll wait)? Would you be interested to try to use AioEventHandler with the primitive I proposed?
regards
holger
--