Skip to content

IPP efficiency #873

Answered by michaelrsweet
jsmeix asked this question in Ideas
Jan 23, 2024 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

OK, so I'll start with the protocol concerns - yes, IPP has more overhead than LPD or AppSocket. AppSocket is just a bare, raw TCP/IP socket and LPD is a very simple command-based protocol while IPP is a fully-functional message-based protocol with encryption and authentication. WRT the number of attributes and values that are passed around, that depends on the request and response, and we do try to optimize things for the standard commands, IPP backend, and web interface. Overall the size of print data normally dwarfs any protocol overhead.

The communications that the IPP backend does during submission are necessary for knowing that the job is submitted successfully, report any issues in…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jsmeix
Comment options

jsmeix
Jan 25, 2024
Collaborator Author

You must be logged in to vote
0 replies
Comment options

jsmeix
Jan 26, 2024
Collaborator Author

You must be logged in to vote
1 reply
@michaelrsweet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants