diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 11:01:31 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 12:39:09 +0200 |
| commit | 173528aef50a4b452acdd8ec9aff13f25c3e092c (patch) | |
| tree | f3b79ae0f4eb067b97997b4c91a859157987c3bc /thumbnail | |
| parent | ebb825d3c622f74f0c47a84e1e388b709dd06c7d (diff) | |
| download | slcl-173528aef50a4b452acdd8ec9aff13f25c3e092c.tar.gz | |
Make search non-blocking
Thanks to a new feature in libweb, it is now possible to generate HTTP
responses asynchronously i.e., without blocking other clients if the
response takes a long time to generate.
This now allow users to search for files or directories without blocking
other users, regardless how much time the search operation takes.
This required cftw to deviate from the POSIX-like, blocking interface it
had so far, and has been replaced now with a non-blocking interface, so
that directories are inspected one entry at a time.
Diffstat (limited to 'thumbnail')
0 files changed, 0 insertions, 0 deletions
