Re: Offload TCP traffic to another process

2019-11-28 Thread alon.ludmer
Hello experts, Thanks for the quick response! My name is Alon and I am working with Yoav in the new startup company. I would like to clarify few things on our use-case in order to give you the information you need to help us doing the right thing with Nginx. 1. The application layer could be any

Re: Offload TCP traffic to another process

2019-11-28 Thread Patrick
On 2019-11-28 15:33, yoav.cohen wrote: > However, we need to be able to send all TCP traffic to another process > for offline processing. This can probably be done using the packet mgmt features of the OS, e.g. with netfilter/iptables `TEE' for Linux: http://ipset.netfilter.org/iptables-extens

Re: Offload TCP traffic to another process

2019-11-28 Thread Marcin Wanat
On Thu, Nov 28, 2019 at 9:33 PM yoav.cohen wrote: > Dear experts, > > We are evaluating nginx as a platform for the product of our new startup > company. > > Our use-case requires a TCP proxy that will terminate TLS, which nginx > handles very well. However, we need to be able to send all TCP tra

Offload TCP traffic to another process

2019-11-28 Thread yoav.cohen
Dear experts, We are evaluating nginx as a platform for the product of our new startup company. Our use-case requires a TCP proxy that will terminate TLS, which nginx handles very well. However, we need to be able to send all TCP traffic to another process for offline processing. Initially we th