|
From: bosnio <bo...@ne...> - 2002-04-30 14:28:53
|
I am trying to build a Hub Client. It is supposed to have an open port, which receives connection using a = common TCP-IP socket. For each accept connection it will create a child = (fork), on this child i would like to read the message from the socket, = connect to the hub send the message, receive the reply send it throw the = socket and close all connections and exit. I wanted to set the server with GalSS_cmdlineSetupServer... but when i = call GalSS_StartandRunServer i lose the control, because all the = interection with reinitialize and the time task loop begins... Is it = possible to simply start the server, send the message, await for reply = and then shut down... How can this be done? Thanks for your help Jo=E3o Gra=E7a=20 |