CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    1

    java multithreaded socket prog. problem

    Hello,

    I have written multithreaded socket server program to listen to particular port. and I am trying to send the data to particular port@IP.
    My problem is that it tells connection is established but it is not receiving data.
    Actually I have used readLine() method of BufferedReader.
    Please help me in this. I am not understanding the problem cause.
    Please let me any if you have any idea of about this problem

    Thanks
    Raj.

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: java multithreaded socket prog. problem

    Please post the relevant extracts of code so we can see what you are doing.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured