logoalt Hacker News

groundzeros2015yesterday at 5:04 PM0 repliesview on HN

Responding to your last point.

If you use a LAMP style architecture with a scripting language handling requests and querying a database, you can never write a single line of multithreaded code and already are setup to utilize N cores.

Each web request can happen in a thread/process and their queries and spawns happen independently as well.