shawntendo
Programmer
Hello. I will try to keep this post as short as possible to save time. I am running Apache2 on Windows Server 2003. This server is my ad banner server which tracks views of ads and whatnot. Very fast javascripts are set up to increment counters which are used to generate the stats. At any given time, this server has about 60-150 requests to run these scripts. Because of such a high number, Apache will sometimes be unable to handle every request, thus causing me to lose valuable tracking data. This server is only utilizing 10% of system resources even when there are 150 requests being sent to it. Are there any ways to up the amount of requests that Apache will handle? Maybe I should set up a second instance of Apache on this server? Any help would be greatly appreciated. Thanks in advance.