Worker Threads 🥵 on Next.js Server
Unanswered
Donskoy posted this in #help-forum
DonskoyOP
Hi. I want to execute big calculations on my next.js server but it blocks everything. So i want to offload server work to a worker thread (and parallelize it).
Has anyone ever done that? I cant get it to work at all and things i find online are either client or don't work.
Has anyone ever done that? I cant get it to work at all and things i find online are either client or don't work.
2 Replies
@Donskoy Hi. I want to execute big calculations on my next.js server but it blocks everything. So i want to offload server work to a worker thread (and parallelize it).
Has anyone ever done that? I cant get it to work at all and things i find online are either client or don't work.
African Slender-snouted Crocodile
i am also facing this issues
Chow Chow
hi, check out this discussion, I've been experimenting with it now and posted some new findings there https://github.com/vercel/next.js/discussions/56635