Post #4440225
2026-08-07 23:19 UTC
@beberlei@phpc.social the language can still be a bottleneck if it forces that I/O to be performed serially
Replies (1)
-
@beberlei@phpc.social 2026-08-08 07:16
@mattbrowndev@mastodon.social good point. What we are measuring is „main thread“ blocking time, where itis spent. So right, if you parallelize I/O then share of I/O drops. Processing is much harder (almost impossible) in PHP right now from the response time pov