SOA (Service Oriented Architecture) Scalability issues
little_ferris @ little_ferris @programming.dev Posts 1Comments 7Joined 1 yr. ago
little_ferris @ little_ferris @programming.dev
Posts
1
Comments
7
Joined
1 yr. ago
I would look into queues and a background task (with a concurrency of around 8 to leave enough server resources for other features) for heavy tasks like video processing. You can also make an API that reports progress to an user.
queued > generating (10%).. > done etc.