jobs request handling - Client-Server supervisor & its Workers -- animated

+1

No comments posted yet

Comments

Slide 1

Requests flow Handling: Client-Server supervisor & its Workers 1 Currently working on a job Request Worker Handler Get continuation from jobsMap and send response to client. Complete continuation. 1 Worker waiting for jobs 1 Response 2 Seconds request arrives 2 No workers available: create continuation & put client in queue. Create job 2 Create client Continuation and Create a job 2 Client Handler Client request: http://${host}:80/service.name 1 2 Generic worker WorkerQ ClientQ JobsMap

Summary: the jobs flow between the client-server supervisor and its workers using HTTP protocol.

Tags: application erlang http otp request server supervisor web workers java scala

URL:
More by this User
Most Viewed