sharpfastcgi icon indicating copy to clipboard operation
sharpfastcgi copied to clipboard

Unix socket support

Open Iristyle opened this issue 11 years ago • 0 comments

The original Mono fastcgi-mono-server4 supports Unix socket files, which many have found to perform better than TCP

Just one example I've come across. http://blogs.7digital.com/dev/2012/09/25/atomic-mono-deployment-with-capistrano-and-nginx-under-debian/ There are several others on StackOverflow if you look around.

You can see Monos implementation of Unix sockets here: https://github.com/mono/xsp/blob/master/src/Mono.WebServer.FastCgi/UnixSocket.cs

I'm curious about your fastcgi implementation. Have you done any benchmarks on it to test its performance vs the Mono implementation?

Thanks!

Iristyle avatar Jan 28 '13 14:01 Iristyle