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
| |
汪翰林
|
|
hanlin_w...@163.com
|
On 5/5/2022 09:29,<weizhen9...@163.com> 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: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to