I am running Apache and Filezilla ftp server in Windows. I've been noticing for the last few months that whenever I start up the ftp server, the websites start to run slow. When I shut off the ftp server, the websites start speeding up again. Sometimes I need to restart Apache server after shutting off the ftp server to speed up the websites. I only start ftp server whenever I need to allow remote file transfers. Other than that it's always off. I'm not sure what's happening and where to look.
|
closed as not a real question by voretaq7♦ Nov 21 '12 at 23:12
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
There are many possible reasons for this. To start with, if you are running them on the same server you will be effectively dividing the resources between the two applications. The FTP and Apache servers will need to share CPU time, memory usage and bandwidth. For example, if an upload/download is occurring to the FTP server it would be utilizing the bandwidth and may cause apache to appear to respond slower. If you are running this on a Linux/Unix server try using the |
|||
|
|