logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache on windows: slow download speeds
Author
AMailer



Joined: 25 Sep 2006
Posts: 45
Location: Canada

PostPosted: Fri 27 Aug '10 5:38    Post subject: Apache on windows: slow download speeds Reply with quote

Hey,

I'm not sure if anyone has noticed this, but Apache seems to have a maximum client download speed of 5Mb/s. That too after I use these commands:

# Improve file transfer speeds on Windows Machines
EnableSendfile Off
EnableMMAP Off

Which without, the speeds are even slower!

I know for sure the server I am running Apache on can go to much higher speeds (2MB/s to even 12MB/s) because I tested it via FTP.

So; any ideas as to how to improve the speeds if even possible? If not, why exactly is this happening?
Back to top
AMailer



Joined: 25 Sep 2006
Posts: 45
Location: Canada

PostPosted: Fri 27 Aug '10 5:53    Post subject: Reply with quote

I found this post:
http://ivn.cl/category/apache/

But not entirely sure what he means by increase the packet size? Also, not sure if the mod really works (in terms of fixing it).
Back to top
Jatt5



Joined: 15 Mar 2013
Posts: 1
Location: US

PostPosted: Sat 16 Mar '13 16:31    Post subject: Reply with quote

Try this
BEFORE #EnableSendfile Off

After

EnableSendfile Off Delete the #.

My transfer was 1mbps. After taking out #. It went to 19mbps internal. It went from 250kbps to 520kbps External.
Back to top


Reply to topic   Topic: Apache on windows: slow download speeds View previous topic :: View next topic
Post new topic   Forum Index -> Apache