[Twisted-Python] sending file but LineReceiver doesnt run

Jean-Paul Calderone exarkun at divmod.com
Tue Nov 25 08:38:19 MST 2008


On Tue, 25 Nov 2008 17:29:16 +0200, Aydın ŞEN <adigeaydin at gmail.com> wrote:
>Thank you very much..
>
>if i send file per 1KB does it cause lack of performance?
>

If you try to send a file like this, then any newlines it contains will
be lost.  Performance doesn't matter much if your results are wrong.  You
should not try to send a file with a line protocol.  Read the "Protocol
Design" articles linked from <http://itamarst.org/>.

Jean-Paul




More information about the Twisted-Python mailing list