i'm trying to develop an application using sockets.and i am
having difficulty in receiving the data from the client.i am using
BufferedReader for receiving data from the client and Dataoutput for
sending data to the client. my problem is, i can only receive the
data from the client when the client disconnected(usually timed
out). so i cannot send a reply to the client. by the way, the client
i am refering to is device(palm pilot) using gprs connection. any
suggestion?