Tagged Questions

2
votes
3answers
135 views

Stateless Blocking Server Design

A little help please. I am designing a stateless server that will have the following functionality: Client submits a job to the server. Client is blocked while the server tries to perform the job. ...