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

Thread: Tcp/ip + Lan

  1. #1
    Join Date
    Jun 2007
    Posts
    3

    Tcp/ip + Lan Issue. Server must not CraSH

    I have developed a server which runs 8 hrs in a day, it broadcasts data after every minute to n clients. It was little about server.
    Problem is when LAN disconnected server got crashed as i used TCP/IP.
    How may i get rid of this problem. Server must not crash regardless of LAN Status
    Last edited by Waqar40; September 13th, 2007 at 04:41 AM. Reason: Title

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Tcp/ip + Lan Issue. Server must not CraSH

    So you need to debug your server, find out what code is handling the condition of n/w unavailability.
    Regards,
    Ramkrishna Pawar

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