LisPi (lispi314@udongein.xyz)'s status on Thursday, 10-Sep-2026 02:33:10 JST
-
Embed this notice
LisPi (lispi314@udongein.xyz)'s status on Thursday, 10-Sep-2026 02:33:10 JST
LisPi
@dalias @gantua @jschauma @mirabilos > You don't even have to do silly thread pool shenanigans like they say.
That depends on how much stuff you intend to write at once and whether you intend to write & fsync it.
Though in many cases I prefer to use message queues instead of spawning workers per-job, it's less expensive, easier to get right and quicker to write right.