Performance implications of nginx traffic mirroring?

Viewed 80

Planning to use Nginx Mirror module to copy the traffic to other server. Wanted to see if there are any performance implication of doing this ?

Like what if the mirror server is buggy or too slow ?

Thanks for any help in advance

1 Answers

There could be chances of performance impact on prod server if you are running both together. For suppose running socket connection and both are online which might leads to latency or another issue for prod server also.

Forum has few unanswered ticket : https://forum.nginx.org/read.php?2,281042,281042

Related