You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having minimal dependencies is good for running on "strange" systems if needed. Having minimal dependencies also means minimal chances of performance issues in unexpected places.
Broad plan
Blocking socket I/O
Thread per connection
(and possibly subsequently per chunk to process? memcpy the buffer out of shm, and release the chunk back ASAP, then process? Stretch goal, maybe a separate issue)
The text was updated successfully, but these errors were encountered:
Rationale
Having minimal dependencies is good for running on "strange" systems if needed. Having minimal dependencies also means minimal chances of performance issues in unexpected places.
Broad plan
The text was updated successfully, but these errors were encountered: