Rasmus Rasmussen owner
owner created pull request owner/RSE#8 2024-11-27 10:40:05 +00:00
CreateRuntimeVariable
owner commented on issue owner/RSE#5 2024-11-27 10:39:07 +00:00
Create Runtime Variables At Startup

Runtime variables implemented consists of:

  • base path for the application (So now we don't need absolute paths for anything).
  • Timeout for:
    • IP scanner.
    • Wait time for the discarded…
owner closed issue owner/RSE#5 2024-11-27 10:39:07 +00:00
Create Runtime Variables At Startup
owner closed issue owner/RSE#6 2024-11-27 10:34:56 +00:00
Fix Set Runtime Variable Crashing The Application
owner commented on issue owner/RSE#6 2024-11-27 10:34:55 +00:00
Fix Set Runtime Variable Crashing The Application

Fixed. The reason why it crashed was because this particular method never sent a response to the client.

owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-27 10:33:58 +00:00
4eaaf0f244 Fix communication between applications.
owner opened issue owner/RSE#7 2024-11-27 09:49:36 +00:00
Investigate Light Weight Ping
owner opened issue owner/RSE#6 2024-11-26 20:50:52 +00:00
Fix Set Runtime Variable Crashing The Application
owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-26 18:45:01 +00:00
a160992c08 Remove random sqlite file.
owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-26 18:42:25 +00:00
1a361a9524 Create runtime variables and remove MessagePack.
be07cdb13e Create runtime variables and remove MessagePack.
Compare 2 commits »
owner closed issue owner/RSE#4 2024-11-26 10:01:19 +00:00
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores
owner commented on issue owner/RSE#4 2024-11-26 09:59:11 +00:00
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores

Found the problem. I'm blind lol. I've accidentally set the ping timeout to 512ms, instead of the default 128ms.

owner created branch CreateRuntimeVariable in owner/RSE 2024-11-26 09:28:50 +00:00
owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-26 09:28:50 +00:00
owner opened issue owner/RSE#5 2024-11-26 09:27:10 +00:00
Create Runtime Variables At Startup
owner opened issue owner/RSE#4 2024-11-26 09:21:24 +00:00
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores
owner pushed to main at owner/RSE 2024-11-25 18:32:33 +00:00
28c5918a83 Update README.md
owner pushed to main at owner/RSE 2024-11-25 18:21:50 +00:00
032ce539c3 Update gitignore
owner pushed to main at owner/RSE 2024-11-25 18:21:20 +00:00
9297cf4358 Remove obj folder from GIT.
owner pushed to main at owner/RSE 2024-11-25 18:20:17 +00:00
9afddf803a Remove redundant comment.