stops all background jobs until the thing i jsut told the computer to do in the open tab or command line finishes?for example i am on 4chan, want to uplaod pic, and firefox or chrome takes forever to load window for me to pick file.....why aren't file systems indexed like databases?i heard openvax had indexed directories.....all the background shit can go back to working like a few secodns after my comamdn is done.....I shoudl never be waiting for background shit to multi task fuck that
>>108821617Learn how to Google or ask your ChatGPT Girlfriend.Also stop using Reddit spacings, retard.
>>108821617Why can't I have a browser extension with AI that automatically filters lust provoking imagery
>>108821796Calm down. Eat something. The basic idea is awesome. All resources on current command until 2 seconds pass then background stuff can activate since I am probably reading something...
>>108821617It's called nice. Usually it will be set to 20 for batch jobs like indexing, 0 for normal user processes, then -20 for real time stuff like audio. You can edit the nice for a service with systemd edit.
>>108822177 doesn't work
>>108822389that's cause the reason your foreground process is slow is because the software itself is dogshit and is running on dogshit hardware. the scheduler is working fine.
>>108822409the default scheduler on most distro is server-oriented. it attempts to give the same slice to every process. but op is beyond retarded. your browser probably runs on a single core, and the os doesn't need to starve other processes.>>108821617>why aren't file systems indexed like databases?because that would be WAY slower. even object storage databases that try to emulate the performance of raw filesystems fall behind and are way less efficient than putting everything on disk.
>>108822409so chrome opening file upload page?because I have 500 pics in the directory?why isnt directory indexed?I need to program and fix all thsi shit with better software
>>108821796>reddit invented paragraphs because a tranny programmed me to think it didleast obvious retarded newfag.
>>108822920so the only solution is to leave only 12 files int he folder ata time?otherwise chrome stops and shows blank page as zfs chitters on freebsd15 icewm z240 desktop hp 8g rammaybe I should go back to ufs here on freebsd
>>108823181that has nothing to do with the filesystem, it's probably the file picker or io scheduler.if you have an ssd, make sure you use the ssd's io scheduler (on linux it's called the noop scheduler), because mq-deadline or HDD-oriented io scheduler can't beat the built-in scheduler in your SSD firmware)but my guess is probably that your file picker is doing retarded shit, like rebuilding thumbnails every time.
>>108823238freebsd15 icewm chrome or firefox
>>108823292that doesn't tell me what your file picker is.are you using the gtk picker?have you recorded the system loads when it gets laggy? see if it's the cpu, memory or io that's causing the slowdown.