Il giorno 08/feb/2011, alle ore 16.19, luigi scarso ha scritto: > Hi, I'm pretty sure that it's a silly question, but with a POST request with > content_length more than 255 > I have this error on an erlang node: > 'uwsgierlang@johnII' got a corrupted external term from > 'uwsginode@johnII' on distribution channel 6723 > > Any suggestion ? > >
You have reach another stupid-design-decision in the old erlang stack: python strings are converted to atoms (that have a very limited size). Try to encode the body in a list/tuple before sending to erlang. In the mean time i will try to commit the last erlang patches and write some docs about the new stack. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
