Thank You!
Yes, I had change prg code to view change of memory and it's up/down,
I have another question.
How can I stop server listen ?
like code:
//---------------------
do while .t.
pConnectionSocket := NETIO_ACCEPT( pListenSocket )
? 'Have one connect...', pConnectionSocket, memory(0)
NETIO_SERVER( pConnectionSocket )
enddo
//---------------------
The code is loop to accept client connect,
I don't know how to STOP SERVER on server side.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour