does anyone have experience with ktor server handl...
# ktor
b
does anyone have experience with ktor server handling large uploads (filesize up to 10GB)? any important things to look out for, caveats? i remember seeing a user saying that he had problems with the netty engine but i can't find it anymore.
r
I had issues with Netty and still use the Jetty engine, though that was a while ago and things may have changed. We do uploads of 30 Mb regularly with no issues, but 10 Gb is a different beast of course.
k
Did you try it out?
b
nope .. not yet
k
on files larger than few tenths megabytes I would take a look at some resumable upload protocol