comparison seobeo/os/s_macos_edge.c @ 71:75de5903355c

Giagantic changes that update Dowa library to be more align with stb style array and hashmap. Updated Seobeo to be caching on server side instead of file level caching. Deleted bunch of things I don't really use.
author June Park <parkjune1995@gmail.com>
date Sun, 28 Dec 2025 20:34:22 -0800
parents a0f0ad5e42eb
children a8976a008a9d
comparison
equal deleted inserted replaced
70:4bc56e88e1f3 71:75de5903355c
70 } 70 }
71 71
72 void Seobeo_Web_Edge( 72 void Seobeo_Web_Edge(
73 Seobeo_Handle *p_server_handle, 73 Seobeo_Handle *p_server_handle,
74 int thread_count, 74 int thread_count,
75 Dowa_HashMap *p_html_cache) 75 Seobeo_Cache_Entry *p_html_cache)
76 { 76 {
77 pthread_attr_t attr; 77 pthread_attr_t attr;
78 pthread_attr_init(&attr); 78 pthread_attr_init(&attr);
79 pthread_attr_setstacksize(&attr, 5 * 1024 * 1024); // 5 MB 79 pthread_attr_setstacksize(&attr, 5 * 1024 * 1024); // 5 MB
80 80