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

    Socket performance problems

    Hi!
    I have performance problems using a socket connection between a java client and a visual c++ server application. After connecting the cpu usage of the java vm increases to 100% (50% Kernel time!!!). The applications run under Windos NT4.0, JAVA 1.2.

    thanks in advance


  2. #2
    Guest

    Re: Socket performance problems

    Hi.

    If you use thread and while function, just keep a rest in while loop.

    HTH.
    -Masaaki Onishi-


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