Re: [smartos-discuss] epoll_ctl and epoll_wait on SmartOS

2014-07-31 Thread Youzhong Yang via smartos-discuss
Thanks Bryan. I take back what I said. epoll_* does not ignore epoll_event.data passed in. I managed to reproduce the issue with a program rewritten from yours: # gcc myepoll.c # ./a.out EPOLL_CTL_ADD: fd = 4, ptr = fd7fffdffba0 writing to pipe fd 5 written 6 bytes to fd 5 Got an event on

[smartos-discuss] Problem with netatalk, very long response times from getcwd()

2014-07-31 Thread Chris Ferebee via smartos-discuss
I'm trying to debug performance issues on a SmartOS joyent_20140613T024634Z server that is running netatalk in a zone. After some investigation with the help of netatalk developer Ralph Böhme, I find that the netatalk afpd is spending a very long time in the syscall getcwd() in some

Re: [smartos-discuss] Problem with netatalk, very long response times from getcwd()

2014-07-31 Thread Robert Mustacchi via smartos-discuss
On 07/31/2014 08:15 AM, Chris Ferebee via smartos-discuss wrote: I'm trying to debug performance issues on a SmartOS joyent_20140613T024634Z server that is running netatalk in a zone. After some investigation with the help of netatalk developer Ralph Böhme, I find that the netatalk afpd is