Hey Boris, 2011/8/22 Nagaev Boris <[email protected]>: > FastCGI also seems to have advantage of ability of using unix sockets > instead of ports. > Does using unix sockets increase speed significantly?
Apparently it does avoid all the TCP machinery, and so it is in theory faster. In practice though, if this becomes a bottle neck, your application isn't really doing anything useful ? But it would be a good idea to submit a patch for the Linux kernel to optimize TCP over loopback to not incur the cost of a TCP stack, and get Linus all wound up about it because it isn't "correct" :-) Regards, koen ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
