Click here to Skip to main content
15,889,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Difference between Debug and Release? Pin
Roger Stoltz8-Jan-07 22:49
Roger Stoltz8-Jan-07 22:49 
Questionhow to check whether windows authentication is used for sql server connect Pin
gbabu178-Jan-07 22:11
gbabu178-Jan-07 22:11 
AnswerRe: how to check whether windows authentication is used for sql server connect Pin
Mark Salsbery9-Jan-07 7:28
Mark Salsbery9-Jan-07 7:28 
QuestionIsEnabled() Pin
sudhir.marni8-Jan-07 22:07
sudhir.marni8-Jan-07 22:07 
QuestionSorry...? Pin
CPallini8-Jan-07 22:10
mveCPallini8-Jan-07 22:10 
AnswerRe: IsEnabled() Pin
ThatsAlok8-Jan-07 23:29
ThatsAlok8-Jan-07 23:29 
GeneralRe: IsEnabled() Pin
sudhir.marni9-Jan-07 0:06
sudhir.marni9-Jan-07 0:06 
GeneralRe: IsEnabled() Pin
Roger Stoltz9-Jan-07 1:32
Roger Stoltz9-Jan-07 1:32 
sudhir.marni wrote:
to find out whether the service of particular port is available or not


Well, that depends on what you mean.

Let me make a couple of assumptions:
- the port you're talking about is a port on a TCP connection
- the service is something like a FTP-server or similar

If you cannot sucessfully connect to the server socket you know that the port is unreachable and it's reasonable to assume the service to be down.
If you're able to connect to the port of the server socket, then you have to use a suitable protocol for the service, such as HTTP, that will tell you whether the service is up'n'running or not.

My point is that you need to know what protocol to use to be able to determine if the service is available or not.

--
Roger


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

"No one remembers a coward!" - Jan Elfström 1998
"...but everyone remembers an idiot!" - my lawyer 2005 when heard of Jan's saying above

QuestionTotal number of windows messages... Pin
Eytukan8-Jan-07 21:48
Eytukan8-Jan-07 21:48 
QuestionRe: Total number of windows messages... Pin
Cedric Moonen8-Jan-07 21:59
Cedric Moonen8-Jan-07 21:59 
AnswerRe: Total number of windows messages... Pin
Eytukan8-Jan-07 22:20
Eytukan8-Jan-07 22:20 
AnswerRe: Total number of windows messages... Pin
S Douglas9-Jan-07 1:22
professionalS Douglas9-Jan-07 1:22 
AnswerRe: Total number of windows messages... Pin
ThatsAlok8-Jan-07 23:30
ThatsAlok8-Jan-07 23:30 
GeneralRe: Total number of windows messages... Pin
Eytukan9-Jan-07 0:31
Eytukan9-Jan-07 0:31 
GeneralRe: Total number of windows messages... Pin
Nibu babu thomas10-Jan-07 17:22
Nibu babu thomas10-Jan-07 17:22 
QuestionSystem Version Pin
Anilkumar K V8-Jan-07 21:40
Anilkumar K V8-Jan-07 21:40 
QuestionRe: System Version Pin
prasad_som8-Jan-07 22:06
prasad_som8-Jan-07 22:06 
AnswerRe: System Version Pin
Anilkumar K V8-Jan-07 22:09
Anilkumar K V8-Jan-07 22:09 
AnswerRe: System Version Pin
prasad_som8-Jan-07 22:24
prasad_som8-Jan-07 22:24 
GeneralRe: System Version Pin
Anilkumar K V8-Jan-07 22:29
Anilkumar K V8-Jan-07 22:29 
GeneralRe: System Version Pin
prasad_som8-Jan-07 22:33
prasad_som8-Jan-07 22:33 
QuestionFormView without Document/View Pin
Humayun Kabir Hemoo8-Jan-07 21:35
Humayun Kabir Hemoo8-Jan-07 21:35 
QuestionRe: FormView without Document/View Pin
prasad_som8-Jan-07 22:58
prasad_som8-Jan-07 22:58 
GeneralRe: FormView without Document/View Pin
Humayun Kabir Hemoo10-Jan-07 4:04
Humayun Kabir Hemoo10-Jan-07 4:04 
QuestionRe: FormView without Document/View Pin
prasad_som10-Jan-07 19:00
prasad_som10-Jan-07 19:00 

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.