Y
Hacker News
new
|
ask
|
show
|
jobs
by
dotborg2
5092 days ago
Do PHP engineers even know what multithreading is?
ps. I don't mean crontab
3 comments
mgkimsal
5092 days ago
Do you even know how many days/weeks/months I've seen engineers waste on tracking down threading issues?
ps. I don't mean sewing shirts.
link
dotborg2
5092 days ago
PHP programs are indirectly affected by those issues anyway
link
ericingram
5092 days ago
I've technically made $millions in transactions on web sites built with PHP, and I've never had to confront multi-threading.
link
Danieru
5092 days ago
I would suggest that serving webpages falls into the set of embarrassingly parallel problems. The solution is to saturate your cpu running multiple instances.
link
ps. I don't mean sewing shirts.