Hi, list

The 65535 bytes limit on AMP values is a bit limiting sometimes. In my use case I have a fleet of command runners, which receive requests to execute some commands, execute commands and pass back commands' output. Especially when fetching web pages, output will often exceed the AMP value limit. Fow now I have been just cutting the output, but I'd like a better solution.

A simple, but somewhat ugly, approach will be to split output in parts and send those as part1, [...], partN. It does not solve the issue fully, but with N big enough, the workaround should be aceptable.

Is there an established pattern to use in such cases?

-- Kirill

_______________________________________________
Twisted mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/twisted.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/U275IZFURR4NMTM47QB7EAIPKDMJIETV/
Code of Conduct: https://twisted.org/conduct

Reply via email to