rejetto / hfs2

web based file server
https://rejetto.com/hfs
GNU General Public License v3.0
601 stars 131 forks source link

High concurrency #28

Closed Gao996 closed 2 years ago

Gao996 commented 2 years ago

I tried to download some 10k pictures with 150 get requests at the same time, and then some pictures were not loaded in more than ten seconds. Is there any restriction on high concurrency?

rejetto commented 2 years ago

hfs2 is not designed for high concurrency, sorry, that was one of the goals of hfs 3 (unfinished, you'll find it at https://github.com/rejetto/hfs/wiki)

Gao996 commented 2 years ago

OK, thanks