djdodo Posted March 27, 2009 Posted March 27, 2009 Hi! I´m trying to write a small Server Monitoring Solution. CODE while 1 If ProcessExists ( "Process" ) Then Sleep(500) Else <SEND Signal to Monitoring> Sleep (500) EndIf WEnd How do I send a signal, and how do I receive it?
BinaryBrother Posted March 27, 2009 Posted March 27, 2009 (edited) Look in TCPConnect(), the examples in the help file should get you started. It's just knowing what to look for, TCPConnect() TCPSend() TCPReceive() Edited March 27, 2009 by BinaryBrother SIGNATURE_0X800007D NOT FOUND
djdodo Posted March 27, 2009 Author Posted March 27, 2009 Thanx, found it. I used the German Help-file, there was nothing about TCP.... Tried out TCPrecv and TCPsend. But I don´t understand the code. How do I receive from more than one sender?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now