SK_atoport()        : Create a socket on the rendezvous_port
SK_get_connection() : Wait for a new client
TH_run()            : Create a new thread to communicate with the client
PO_get_welcome()    : Get the welcome message from the protocol module
SK_puts()           : Send text from server to client
SK_gets()           : Get text from client to server


