Re: Oracle Apache Session

From: Serial # 19781010 <spam_at_vanjaarsveldt.com>
Date: Thu, 26 Feb 2004 20:06:12 GMT
Message-ID: <8640f58fafec4366bf7e75946308c72a_at_news.teranews.com>


Your problem is Internet Explorer, not Apache or Oracle. By default, IE will only let you perform 2 concurrent HTTP downloads at a time. You can increase this number by adding 2 new values to your registry under the following key:
  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Then, you would create 2 new DWORD values:   MaxConnectionsPer1_0Server
  MaxConnectionsPerServer

If you use 4 (Dword:00000004) as the value for each then all 4 Windows will download at the same time.

If you are really tying up a CPU with each window, you might want to tune the application. Otherwise how will you get more than 4 concurrent users? Received on Thu Feb 26 2004 - 21:06:12 CET

Original text of this message