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

    Tcp/Ip Client Crash

    Hello,

    I am trying to understand following scenerio:

    You Have TCP/Ip Server( C# ) and a bunch of Clients( anything from flash to java ).

    What happens if one of these clients just Crash?

    How does/should server handle this?

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Tcp/Ip Client Crash

    You'll need to be more specific.
    Quote Originally Posted by venAdder View Post
    Hello,

    I am trying to understand following scenerio:

    You Have TCP/Ip Server( C# ) and a bunch of Clients( anything from flash to java ).

    What happens if one of these clients just Crash?
    Nothing. The client is "gone". Do what you want (restart the software; reboot the machine; etc.)
    Quote Originally Posted by venAdder View Post
    How does/should server handle this?
    Do nothing?

    Viggy

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