I had minor issues getting an app running with apache+fcgi, mostly just deployment stuff: shebang lines were wrong in the dispatch.* files, file permissions were wrong on those files after deployment, etc. Since I got my deploy script fine-tuned there haven’t been any problems.
My app is for a single client, load is about 50 users per day, and fcgi handles it fine.
– foobario