I'm trying to compile nginx on for a raspberry pi
src/core/ngx_times.c
time_t sec;
ngx_uint_t msec;
struct timeval tv;
ngx_gettimeofday(&tv);
sec = tv.tv_sec;
msec = tv.tv_usec / 1000;
ngx_current_msec = (ngx_msec_t) sec * 1000 + msec;
ngx_current_m
On November 25, 2017 5:43:29 PM EST, Daniel Francis-Lyon via nginx
wrote:
>___
>nginx mailing list
>nginx@nginx.org
>http://mailman.nginx.org/mailman/listinfo/nginx
See the link at the bottom? Follow it and you're able to unsubscribe yourself.
--
Tha
Please take me off the mailing list___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi,
Could it be possible to use Django and asyncio to receive asynchronous
redis messages and store them into a ZODB database? (ClientStorage)
Is it possible to implement PUSH notifications with uWSGI backend and
redis server ?
Thank you,
Etienne
Le 2017-11-25 à 05:02, Etienne Robillard