elsloo opened a new issue #8087:
URL: https://github.com/apache/trafficserver/issues/8087


   Currently the PluginVC interface used by intercept plugins via the TS API 
have no ability to influence the size of IO buffers or watermarks used to 
control the flow of data. This can lead to performance problems in some use 
cases due to the number of read and write operations performed between the 
PluginVC due to the small default buffer size (32KB) and lack of watermark 
setting (default is zero). It would be desirable if plugins could specify these 
settings and override them as necessary.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to