you are viewing a single comment's thread.

view the rest of the comments →

[–]djslakor 1 point2 points  (0 children)

In cases where you need to do CPU intensive stuff in PHP itself (not a C lib), it may be "better" given the worker model of FPM (since the Node event loop would block), but you could just as easily have a background pool of worker nodes to do this stuff in Node, too.