examples: add vanilla_http_server - a fast, multi-threaded, non-blocking, port and host reuse, thread-safe, epoll server (#23094)

This commit is contained in:
Hitalo Souza 2025-03-10 13:44:32 -04:00 committed by GitHub
parent 6623ac21c7
commit f787e0317e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 576 additions and 0 deletions

View file

@ -242,6 +242,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
skip_files << 'examples/database/psql/customer.v'
}
$if windows {
skip_files << 'examples/vanilla_http_server' // requires epoll
skip_files << 'examples/1brc/solution/main.v' // requires mmap
skip_files << 'examples/database/mysql.v'
skip_files << 'examples/database/orm.v'