Il giorno 05/lug/2011, alle ore 11.49, Łukasz Wróblewski ha scritto: > ----- Oryginalna wiadomość ----- >> Od: "Roberto De Ioris" <[email protected]> >> Do: "uWSGI developers and users list" <[email protected]> >> Wysłane: wtorek, 5 lipiec 2011 11:44:56 >> Temat: Re: [uWSGI] spooler >> >> No, it will get a static buffer of the full 64K >> >> I will commit the patch today >> > > > Any idea how to send a message larger than 64k? > I uses spooler to send e-mail from www form, and the message is often greater > than 64k. > Because this is one message I can not really divide it into smaller parts. >
Probably we can attach a body (as we do with HTTP) at the end of the uwsgi file my_task.spool(foo='bar',pippo='pluto',priority=2,body=A_VERY_BIG_STRING_APPENDED_TO_THE_FILE) I will check for it -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
