log seobeo/s_web.c @ 70:4bc56e88e1f3

age author description
Wed, 24 Dec 2025 09:15:55 -0800 June Park [Seobeo] Separated out Client Server logic. Created test tools.
Wed, 24 Dec 2025 06:34:19 -0800 June Park [Misc] taking out capital P stuff.
Wed, 24 Dec 2025 06:22:59 -0800 June Park [Misc] I will no longer drink cool aids of capital P.
Tue, 23 Dec 2025 11:48:11 -0800 June Park [Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
Sun, 09 Nov 2025 06:25:16 -0800 MrJuneJune [Zenbu] WIP fixing issues regarding to using edge only. I think there is a problem where socket closes before sending back the info.
Sat, 11 Oct 2025 15:07:07 -0700 MrJuneJune [Birthday] I didn't have nay time to buy birhtday present so w/e/
Fri, 10 Oct 2025 06:59:32 -0700 MrJuneJune [Seobeo] Linux epoll. Set the client socket to be nonblocking so that it doesn't stop loading when two different threads handle different client calls. I might have problem with socket not being cleaned up properly so need to check that.