Hacker News new | ask | show | jobs
by davidw 5805 days ago
How much memory does each FCGI process take up, just out of curiosity? You still need 256 of them to deal with that many concurrent connections.
1 comments

I run bare php FCGI processes that use 4.5MB of memory and use dl() to load the extra libs on demand now.