BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Question about network connection.

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock
View previous topic :: View next topic  
Author Message
Akee
Guest





PostPosted: Sun Aug 13, 2006 9:52 pm    Post subject: Question about network connection. Reply with quote



Hi,
at first, sorry about my english it's bad:

thanks about your tips.
I have a problem with my app, i'm writing an client/server app
and client stations connected to internet, now i want to know how
can i check that client stations are receiving data from internet or not.
if i could not explain my mean then see below:

sometimes when i want to go to yahoo.com, internet explorer told me that

- The page cannot be displayed -

this what thing that i need to know(client station is not
receiving data from internet).


this message occur when internet service provider is not working
well, so any request of users will show that
message, now i want to write an client/server app that client stations
send their status rapidly to server app.
with this i'll know whitch station is not receiving packets
from the internet.

another quetion is how can i restart,turnoff a client from server app.

sorry, about my text it's very poor.
Back to top
Francois PIETTE [ICS - Mi
Guest





PostPosted: Sun Aug 13, 2006 11:03 pm    Post subject: Re: Question about network connection. Reply with quote



I reformulate what I understood:

1) You have a client/server application (I'll assume your use socket and TCP
connections to communicate bertween client and server since you ask in a
winsock newsgroup).
2) Your server is available from the internet, that is it has a public IP
address
3) The client workstations connect to the server thru their internet access
4) Sometimes the client can't connect to the server
5) You want to know if the client connection is up and running
6) To achieve (5), you'll have your client application connect periodically
to the server, just to verify the connection.
7) The server will "rememeber" when each client has connected the last time
and if this is too long since last connect, the server will trigger an
alaram (maybe will send you an email ?).

Did I reformulate correctly ?
What are you using for your communication ? Which component or which API ?
Have you designed both the client and the server ?
Which protocol are you using ?

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
francois.piette (AT) overbyte (DOT) be
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



"Akee" <samira_baharmast (AT) yahoo (DOT) com> a écrit dans le message de news:
44df58c8$1 (AT) newsgroups (DOT) borland.com...
Quote:

Hi,
at first, sorry about my english it's bad:

thanks about your tips.
I have a problem with my app, i'm writing an client/server app
and client stations connected to internet, now i want to know how
can i check that client stations are receiving data from internet or not.
if i could not explain my mean then see below:

sometimes when i want to go to yahoo.com, internet explorer told me that

- The page cannot be displayed -

this what thing that i need to know(client station is not
receiving data from internet).


this message occur when internet service provider is not working
well, so any request of users will show that
message, now i want to write an client/server app that client stations
send their status rapidly to server app.
with this i'll know whitch station is not receiving packets
from the internet.

another quetion is how can i restart,turnoff a client from server app.

sorry, about my text it's very poor.
Back to top
Akee
Guest





PostPosted: Tue Aug 15, 2006 6:10 pm    Post subject: Re: Question about network connection. Reply with quote



hi.
i'm again:
You perfectly know me mean.
Im's designing a client/server app with TCP/IP protocol.

"Francois PIETTE [ICS - MidWare]" <francois.piette (AT) overbyte (DOT) be> wrote:
Quote:
I reformulate what I understood:

1) You have a client/server application (I'll assume your use socket and TCP
connections to communicate bertween client and server since you ask in a
winsock newsgroup).
2) Your server is available from the internet, that is it has a public IP
address
3) The client workstations connect to the server thru their internet access
4) Sometimes the client can't connect to the server
5) You want to know if the client connection is up and running
6) To achieve (5), you'll have your client application connect periodically
to the server, just to verify the connection.
7) The server will "rememeber" when each client has connected the last time
and if this is too long since last connect, the server will trigger an
alaram (maybe will send you an email ?).

Did I reformulate correctly ?
What are you using for your communication ? Which component or which API ?
Have you designed both the client and the server ?
Which protocol are you using ?

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
francois.piette (AT) overbyte (DOT) be
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



"Akee" <samira_baharmast (AT) yahoo (DOT) com> a écrit dans le message de news:
44df58c8$1 (AT) newsgroups (DOT) borland.com...

Hi,
at first, sorry about my english it's bad:

thanks about your tips.
I have a problem with my app, i'm writing an client/server app
and client stations connected to internet, now i want to know how
can i check that client stations are receiving data from internet or not.
if i could not explain my mean then see below:

sometimes when i want to go to yahoo.com, internet explorer told me that

- The page cannot be displayed -

this what thing that i need to know(client station is not
receiving data from internet).


this message occur when internet service provider is not working
well, so any request of users will show that
message, now i want to write an client/server app that client stations
send their status rapidly to server app.
with this i'll know whitch station is not receiving packets
from the internet.

another quetion is how can i restart,turnoff a client from server app.

sorry, about my text it's very poor.


Back to top
Akee
Guest





PostPosted: Tue Aug 15, 2006 6:16 pm    Post subject: Re: Question about network connection. Reply with quote

hi.
i'm again:
You perfectly know me mean.
Im's designing a client/server app with TCP/IP protocol.

"Francois PIETTE [ICS - MidWare]" <francois.piette (AT) overbyte (DOT) be> wrote:
Quote:
I reformulate what I understood:

1) You have a client/server application (I'll assume your use socket and TCP
connections to communicate bertween client and server since you ask in a
winsock newsgroup).
2) Your server is available from the internet, that is it has a public IP
address
3) The client workstations connect to the server thru their internet access
4) Sometimes the client can't connect to the server
5) You want to know if the client connection is up and running
6) To achieve (5), you'll have your client application connect periodically
to the server, just to verify the connection.
7) The server will "rememeber" when each client has connected the last time
and if this is too long since last connect, the server will trigger an
alaram (maybe will send you an email ?).

Did I reformulate correctly ?
What are you using for your communication ? Which component or which API ?
Have you designed both the client and the server ?
Which protocol are you using ?

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
francois.piette (AT) overbyte (DOT) be
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



"Akee" <samira_baharmast (AT) yahoo (DOT) com> a écrit dans le message de news:
44df58c8$1 (AT) newsgroups (DOT) borland.com...

Hi,
at first, sorry about my english it's bad:

thanks about your tips.
I have a problem with my app, i'm writing an client/server app
and client stations connected to internet, now i want to know how
can i check that client stations are receiving data from internet or not.
if i could not explain my mean then see below:

sometimes when i want to go to yahoo.com, internet explorer told me that

- The page cannot be displayed -

this what thing that i need to know(client station is not
receiving data from internet).


this message occur when internet service provider is not working
well, so any request of users will show that
message, now i want to write an client/server app that client stations
send their status rapidly to server app.
with this i'll know whitch station is not receiving packets
from the internet.

another quetion is how can i restart,turnoff a client from server app.

sorry, about my text it's very poor.


Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.