Enhanced Concurrency

Registered by Tim

Currently the Worker thread that processes the response, blocks on reading any POSTed data and sending the response. It would be better to wrap the wsgi.input buffer with one that would pull the thread out to a select() queue if a read or send would block and return to a worker thread when data comes in to be processed.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

This one is somewhat undefined since it requires that code be freezable and resumable. I think Python can do this but I don't know how. For now, we're ok with lots and lots of threads. This will be considered later on but will not be a blocker for a full-featured release.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.