#1053 - Asynchronous processing of blocks
| Identifier | #1053 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Asynchronous processing of blocks |
| Status | Closed (rejected) |
| Tags |
Type: Performance (custom) |
| Handling member | Chris Graham |
| Addon | core |
| Description | Blocks are theoretically independent. So we could try to use multi-core to process them in parallel for very fast response times:
https://github.com/krakjoe/pthreads#readme http://wezfurlong.org/blog/2005/may/guru-multiplexing/ |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Comments
Naively trying to do stuff in parallel, but having separate runtime caches and execution contexts in each thread, could be a bad idea.
Summary: This tracker issue is very much an unknown at this point.