Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Tunisien868-May-10 11:19
Tunisien868-May-10 11:19 
GeneralRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Stanciu Vlad8-May-10 11:32
Stanciu Vlad8-May-10 11:32 
GeneralRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Tunisien868-May-10 12:23
Tunisien868-May-10 12:23 
GeneralRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Tunisien869-May-10 0:10
Tunisien869-May-10 0:10 
AnswerRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Tunisien8611-May-10 5:55
Tunisien8611-May-10 5:55 
GeneralRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Stanciu Vlad11-May-10 6:42
Stanciu Vlad11-May-10 6:42 
GeneralRe: SQL server name not found:Admin-PC\MSSQLSERVER,1433 Pin
Tunisien8611-May-10 9:06
Tunisien8611-May-10 9:06 
QuestionNeed advice for improving performance and making an application more robust Pin
Daniel Jacinto8-May-10 4:21
Daniel Jacinto8-May-10 4:21 
Hi All

I need some advice, I am a administrator and not a programmer, so pardon the ignorance.

We have implemented a load balanced solution (CISCO ACE) for an SAP module, the load balancer uses a C# Web application as an HTTP probe so that it can use it to direct traffic to the application server, there is other probes for the load balancer, for example SNMP probes, but the C# web application is the primary probe.

The C# web application does the following:

It attempts to create a TCP socket connection to the SQL server
It checks to see if a service is running on the local server
It checks for the existence of a file on a UNC file share
It tries to connect to an OLAP database

If all of these checks are successful, it returns a "SUCCESS" string, the load balancer then connects to the HTTP probe and checks for the string "SUCCESS" every 10 seconds. At the moment it is working and doing what it is supposed to, but there isn’t much load, we are still currently in development. We anticipate a high level of concurrency, several thousand users.

I was wondering is this the most effective way of checking these components, would it make sense create a C# console application that runs as a service and outputs the results to a file, which the load balancer then reads?

Any Advice would be appreciated

Kind Regards and Thanks
Daniel
AnswerRe: Need advice for improving performance and making an application more robust Pin
#realJSOP8-May-10 5:02
professional#realJSOP8-May-10 5:02 
Questionhelp about the formating of data to be written on a text file... Pin
aeroboy8-May-10 3:30
aeroboy8-May-10 3:30 
AnswerRe: help about the formating of data to be written on a text file... Pin
OriginalGriff8-May-10 3:54
mveOriginalGriff8-May-10 3:54 
GeneralRe: help about the formating of data to be written on a text file... Pin
aeroboy8-May-10 4:10
aeroboy8-May-10 4:10 
QuestionWhere is network login prompt populated from? Pin
DeepToot8-May-10 3:16
DeepToot8-May-10 3:16 
AnswerRe: Where is network login prompt populated from? Pin
Dave Kreskowiak8-May-10 3:29
mveDave Kreskowiak8-May-10 3:29 
QuestionHow Can I export data from DataGridView to Acrobat Reader ? Pin
HDas7-May-10 22:38
HDas7-May-10 22:38 
AnswerRe: How Can I export data from DataGridView to Acrobat Reader ? Pin
Richard MacCutchan7-May-10 22:52
mveRichard MacCutchan7-May-10 22:52 
GeneralRe: How Can I export data from DataGridView to Acrobat Reader ? Pin
DeepToot8-May-10 9:25
DeepToot8-May-10 9:25 
GeneralRe: How Can I export data from DataGridView to Acrobat Reader ? Pin
Richard MacCutchan8-May-10 10:02
mveRichard MacCutchan8-May-10 10:02 
Question3 tier app, data access layer, business logic layer Pin
sky39137-May-10 20:23
sky39137-May-10 20:23 
AnswerRe: 3 tier app, data access layer, business logic layer Pin
Peace ON7-May-10 21:25
Peace ON7-May-10 21:25 
GeneralRe: 3 tier app, data access layer, business logic layer Pin
sky39138-May-10 19:16
sky39138-May-10 19:16 
AnswerRe: 3 tier app, data access layer, business logic layer Pin
Stanciu Vlad7-May-10 22:39
Stanciu Vlad7-May-10 22:39 
GeneralRe: 3 tier app, data access layer, business logic layer Pin
sky39138-May-10 19:14
sky39138-May-10 19:14 
GeneralRe: 3 tier app, data access layer, business logic layer Pin
Stanciu Vlad8-May-10 21:02
Stanciu Vlad8-May-10 21:02 
AnswerRe: 3 tier app, data access layer, business logic layer Pin
Keith Barrow8-May-10 0:01
professionalKeith Barrow8-May-10 0:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.