Hi,I have a problem of getting InputStream and OutputStream from a Socket atthe same time.My program can get a socket inputstream but when it writes back data to theoutputstream of the same socket, the program is frozen. Any one knows thesolution to this problem? thankx in advance.