FastCGI performance
"Alexander Galkin \(Audible US\)" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
I am trying to access FastCGI framework performance on Apache server on Solaris 10 and I would like if an expert would answer the following questions: 1. What's relative overhead of implementing request handler as FastCGI module vs. Apache module? There is communication part involved between mod_fastcgi and FastCGI app so I wonder what overhead does it bring. I am specifically interested in impact on transfer speed between client and server. 2. Does FastCGI framework implement any sort of buffering? If my request handler in FastCGI app writes a lot of data by small chunks do I have to implement buffering myself to cache data and send it in one call or the framework does this already? I know FastCGI framework wraps data into packet so if no caching it implemented this may cause performance hit, I guess. 3. Finally, I understand that mod_fastcgi and FastCGI app communicate using TCP/IP. Is there any other fast IPC protocol on Solaris that can be used instead? _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers