Hi~
I test netio function,
at server side use:
-------------------
pListenSocket := NETIO_LISTEN( PORT, IP, DRIVER )
do while .t.
pConnectionSocket := NETIO_ACCEPT( pListenSocket )
? 'Have one connect...', pConnectionSocket
NETIO_SERVER( pConnectionSocket )
enddo
-------------------
I'm use 'netio_server' to create connect,
but, I don't know how to stop server connect when client is close connect!!
server side is add memory when client connect to server.
no method to release memory when client connect is close.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour