| ▲ | groundzeros2015 13 hours ago | |
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. | ||