TamarLevy

Results 6 comments of TamarLevy

my intention was to upload multiple files in parallel to the server to simulate an upload request coming from different clients so I simulate it with 6 upload of 256M...

Hi Thanks for the quick response. I dont think its an OS thing, its only 6 files and the time it takes me to upload 6 files one after another...

BTW I have a system with nvme and not SATA So you're saying that with pure Starlette I can upload a file to the server without the redundancy of writing...

Im sorry I didnt understand you earlier. Yes this behavior still exists, Im not using the earliest fastapi package though (0.78.0), I dont know if that matters. Thanks for the...

ok I have another issue, that Im trying to figure out maybe you can help me :-) I also try to upload data to server as a stream, which I...

Hi tiangolo, if I understand you correctly, you're saying that if I add another layer that collect all the tasks of upload file and then run read on each file...