Skip to content

Use mutex objects, eliminate need for IPC#134

Closed
bitterpanda63 wants to merge 67 commits intomainfrom
move-to-mutex
Closed

Use mutex objects, eliminate need for IPC#134
bitterpanda63 wants to merge 67 commits intomainfrom
move-to-mutex

Conversation

@bitterpanda63
Copy link
Member

No description provided.

@bitterpanda63 bitterpanda63 changed the title Moving to a mutex-style config store, trying to get rid of the IPC Moving to a mutex-style config store, trying to get rid of the thread cache Mar 12, 2025
@bitterpanda63 bitterpanda63 changed the base branch from main to add-allowlist-global March 13, 2025 14:37
Base automatically changed from add-allowlist-global to main March 25, 2025 15:03
@bitterpanda63 bitterpanda63 changed the title Removing thread cache in favour of mutexes Using mutex objects, eliminate need for IPC Mar 28, 2025
@bitterpanda63 bitterpanda63 changed the title Using mutex objects, eliminate need for IPC Use mutex objects, eliminate need for IPC Mar 28, 2025
@bitterpanda63
Copy link
Member Author

This is being done right now with multiple PRs

@GetMapping("/benchmark")
@ResponseBody
public String benchmark_route() throws InterruptedException {
Thread.sleep(1); // sleep 1ms
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also now need to add this to seperated divided PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments