In my application i m reading the socket and register the socket for the notification its all work fine .
But what i want is to read the socket every time their is data in the socket means also in the case when the application is in the background. so when their is data to read in the socket and the application is in background .I get the socket notification on which I launch my application which is ok means my application get launch properly but after that not able to read the socket for data its give the fatal error.My socket connection is live when I exits the application bcz I m getting the notification. what i think its due to socket ref so i make them global and store their values and re use but it even not work . I store the values in the socket register notification global and use when the socket get notify form the globals which works fine when the application running in fore ground but when the application goes in the back ground(and relaunch when their is notification for data in the socket).The place i read the socket gives the Fatal error means i m not able to read an write from the socket so pls some 1 suggest me what i m doing wrong in reading the socket . -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
