during a batch... #14

Open
opened 2025-07-16 02:02:57 +00:00 by Oliver · 0 comments
Owner

During a batch of > 1, you waste a bunch of time waiting on the last item
Threads:
1: . . . . . . Done
2: . . . . . . Done
3: . . . .. . . . . . . . .. . . . . . . .. . . . . . . .. . . . . . . Done

Thread 1 and 2 are waiting until 3 is done to get new info = bad

During a batch of > 1, you waste a bunch of time waiting on the last item Threads: 1: . . . . . . Done 2: . . . . . . Done 3: . . . .. . . . . . . . .. . . . . . . .. . . . . . . .. . . . . . . Done Thread 1 and 2 are waiting until 3 is done to get new info = bad
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Oliver/internet_mapper#14
No description provided.