----- Oryginalna wiadomość ----- > Od: "Roberto De Ioris" <[email protected]> > Do: "uWSGI developers and users list" <[email protected]> > Wysłane: środa, 6 lipiec 2011 19:38:40 > Temat: Re: [uWSGI] spooler > > uwsgi.send_to_spooler({b'action':action.encode(), priority=priority, > body=body}) > > and not > > uwsgi.send_to_spooler({b'action':action.encode()}, priority=priority, > body=body) >
Well, of course :P Now it's fine. Thanks. A strange message in my log rolls. Sure you know what's going on, but for sure I write: 2011-06-07 19:44:17 - spawned uWSGI worker 1 (pid: 1859, cores: 1) 2011-06-07 19:44:17 - spawned uWSGI worker 2 (pid: 1860, cores: 1) 2011-06-07 19:44:17 - spawned uWSGI worker 3 (pid: 1861, cores: 1) 2011-06-07 19:44:17 - epoll_ctl(): Invalid argument [event.c line 195] 2011-06-07 19:44:17 - epoll_ctl(): Invalid argument [event.c line 195] 2011-06-07 19:44:17 - epoll_ctl(): Invalid argument [event.c line 195] after worker reload. -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
