Use async fibers for handling connections #17

Open
opened 2022-10-13 09:35:04 +00:00 by heartles · 0 comments
Owner

As of #11, we're currently using an OS thread pool to handle multiple connections at once. This works, but it's a little heavyweight. When zig reimplements async/await for the self-hosted compiler we should look into setting this up.

As of #11, we're currently using an OS thread pool to handle multiple connections at once. This works, but it's a little heavyweight. When zig reimplements async/await for the self-hosted compiler we should look into setting this up.
heartles added a new dependency 2022-10-13 09:35:15 +00:00
heartles added a new dependency 2022-10-13 09:36:44 +00:00
heartles removed a dependency 2022-10-13 09:36:51 +00:00
heartles removed a dependency 2022-10-13 09:36:57 +00:00
heartles added a new dependency 2022-10-13 09:37:17 +00:00
heartles added the
backend
label 2022-10-13 10:30:34 +00:00
heartles added this to the (deleted) milestone 2022-10-14 03:01:34 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: heartles/fediglam#17
No description provided.