Hacker News new | ask | show | jobs
by alganet 339 days ago
The shared-nothing architecture is great for some scenarios.

Long running processes and async I/O are a great tool to have though. They are present in PHP for almost two decades now, and despite having many incarnations (select(), libevent, etc) and even frameworks (amp, reactphp, etc) the knowledge is highly transferrable between them if you understand the fundamentals.

1 comments

I agree, but I would always pick a different language (like Go) for long running processes. PHP is great for shared-nothing apps though.
Don't worry, we're not comparing languages here. You are free to chose the language and community that fits best to your approach to software development.
Why, thank you for your generosity, you are too kind!