Hii al;
i am developping a Client/Server Application and everything is allright, but I have a qu,
in the server code i am using an open loop ( while (true ) ) to collect the new requests to connect to the server where the accept function is called.
is not there any way to prevent using this loop? like in VC++ there is an onAccept Event
i am using netbeans 5.0 and the server is GUI.
thanks in advance.