|
|
|
|
|
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. |
|