> I have this: > > SIGPIPE: writing to a closed pipe/socket/fd (probably the client > disconnected) on request /artist/show/12553 !!! > write(): Broken pipe [pyutils.c line 101] >
This is very strange, it could be that the timeout of your webserver is too low, but why it appears only in multiprocessing mode ? It makes no sense for me. The error is 100% reproducible ? The only thing that can lead to this kind of problems in pylons is having debug enabled, but a big warning during startup should get your attention. http://wiki.pylonshq.com/display/pylonscookbook/Production+deployment+using+mod_python -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
