Y
Hacker News
new
|
ask
|
show
|
jobs
by
chopsueyar
5548 days ago
A socket is probably faster.
1 comments
justincormack
5548 days ago
Not really the bottleneck if you are running PHP. Linux optimises most of tcp out over the loopback device anyway.
link
treo
5548 days ago
I ran into a problem with a tcp connection to php-fpm just some weeks ago: The Server served requests at a rate of about 400req/s for some time without a single problem, until I ran out of useable ports. You won't have this problem with sockets.
link