Il giorno 25/ago/2011, alle ore 17:37, Виталий Михайлович Грек ha scritto:
> Roberto, I do not actually call any spooler functions. I just enable the > option. Spooler works good, I'm confused with uwsgi shutdown process. If > spooler option is not enabled - uwsgi terminates completely. > Sorry, now i understand :) This should be fixed in 0.9.9 (both rc's and mercurial). Can you confirm this ? Pratically the spooler should always die when it loses connection to the master. Your 100% cpu usage should be the spooler getting fd close() on its signal socket (but not honouring it) The latest patch force the spooler to die when the communication with the master is lost. -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
