Hi, I'm using uwsgi 1.2.3 and I experience the same thing: @timer does not work. Using @rbtimer makes it.
What about raising an exception when @timer is not available for some reason? Or making @rbtimer the default if it's more portable? 2012/11/23 Roberto De Ioris <[email protected]> > > > Is this a bug in 1.4 release? Did I miss something in the docs? > > > > Is so...I will have to revert back to 1.2.. > > > > Thanks > > > > is it possibile you were using 1.2 from your distro and 1.4 from sources ? > > Maybe you are missing the kernel headers for timerfd. > > By the way, try changing @timer to @rbtimer, they works without kernel > help. > > If it works it is only a compilation problem, otherwise it will be a uWSGI > bug > > > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Jean-Baptiste Quenot
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
