cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1188 slow upload on Windows

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Mon, 04 Feb 2013 13:27:47 +0000

- **labels**: --> performance
- **summary**: slow upload --> slow upload on Windows
- **milestone**: -->

---
** [bugs:#1188] slow upload on Windows**
**Status:** open
**Labels:** performance 
**Created:** Mon Feb 04, 2013 10:39 AM UTC by Andrew Kurushin
**Last Updated:** Mon Feb 04, 2013 01:01 PM UTC
**Owner:** nobody
my colleague experienced low ftp upload speed with curl(7.26, 7.28.1). ~500kb/s 
(win client to linux ftp server, both located in different countries so connection was not so ideal).
but at the same time upload speed through ordinary windows client(FileZilla) was much higher ~6mb/s.
finally we had tested ftp upload with farmanager which has ability to tune IO buffer size. by using 16k buffer we achieve same 500kb/s limit and than we specify 256kb IO buffer then speed goes up to ~6mb/s
curl upload speed is very sensitive to CURL_MAX_WRITE_SIZE. default 16kb is not enough. i have made custom curl build with increased buffer size upto 256kb and finally problem was resolved.
may be the root of problem is not in this value and only some internal upload pipeline should use increased value.
   
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1188/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/prefs/>
Received on 2013-02-04

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET