yes you r right that its create problem and not make connection when u set the socket after the opening and before the connection.
But its the way what i read in the forum and in the palm documentation In my case i have to set the socket for the notification(Means each time i get the notification when there is data in the socket to read than again set it for the next notification after data being read from socket) first than i set it for the nonblock mode before i read the socket which is done after the socket connection.Means i set the socket for nonblock mode after the socket connection. So i test it as u say that its not working when u set socket to nonblock mode and before connection after opening yes i also found in that case its not connect with the server. so i edit my code and test it without the notification after the socket connection when u set socket to non block mode it not create the problem and even works fine . so now you can try it this way .But for the notification u must set the socket after opening and before connecting -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
