- arai-san u...jpg
- - 402.99 KB
- (800x800)
Is there any problem with fetching the JSON of all the threads on /qa/ at once?
I'm completely new to this kind of thing and don't want to do anything obnoxious...
+NewsIs there any problem with fetching the JSON of all the threads on /qa/ at once?
I'm completely new to this kind of thing and don't want to do anything obnoxious...
The server does a lot more complicated and intensive things than fetching files. It shouldn't even exhaust thread resources because file fetching is multithreaded in any professionally designed software. New NodeJS UI may have problems with serving too many clients at once due to how it's constructing pages from cached components, but API is just files and NGINX will always be doing this because that's their specialty.