atom feed4 messages in ru.sysoev.nginxThrottling uploads (incoming) traffic...
FromSent OnAttachments
Jason KimJan 12, 2009 7:27 pm 
Valery KholodkovJan 13, 2009 1:15 am 
Jason KimJan 14, 2009 6:07 am 
Valery KholodkovJan 25, 2009 11:41 am.patch
Subject:Throttling uploads (incoming) traffic to nginx...
From:Jason Kim (high@gmail.com)
Date:Jan 12, 2009 7:27:21 pm
List:ru.sysoev.nginx

I asked a similar question but no one answered and we keep failing when trying too, so I'm trying to ask again.

Our organization is testing nginx,

We noticed that the limit_rate directive works for data sent out from the server very well (downloads),

But absolutely no limit seems to be set for the data sent into the server (uploads),

Is there any way to allow a limit_rate for uploads too? And if not, would this be considered a bug to be fixed?

We handle large uploads, and Upload Module seems perfect, but the uploads go at 100% full speed which we want too slow down due to server load/file system load.

Thanks.