You can try to set the long downstream and upstream connections in nginx
configruation like this:
http {
...
keepalive_timeout 65;
keepalive_requests 1000000;
upstream backend{
...
keepalive 30000;
}
}
Regards,
Hanlin
| |
汪翰林
|
|
[email protected]
|
On 5/5/2022 09:29,<[email protected]> wrote:
Hi,
I test the performance of upstream server.
Just as you see, the performance of upstream is more higher than vpp proxy. In
addition, I don't find any drops.
Thanks.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21361): https://lists.fd.io/g/vpp-dev/message/21361
Mute This Topic: https://lists.fd.io/mt/90793836/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-