Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load Balancing and server side scripts

Status
Not open for further replies.

samuraiRocker

Programmer
Aug 28, 2001
7
US
Hi.

We have three separate web servers being load-balanced, and I have an ASP script on each of those machines to log user hits. All of the three machines have an ODBC connection to another database server which runs SQL Server 2000.

The problem is, when user visits the page, it looks like all three machines are taking the request, therefore logging the user three times.

Could anybody tell me how I can avoid this??

Any comments/suggestions are greatly appreciated...

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top