Net Burner web server lock up problem

Discussion to talk about software related topics only.
Post Reply
cnth98
Posts: 14
Joined: Wed Dec 01, 2010 8:15 am

Net Burner web server lock up problem

Post by cnth98 »

Hi All,
I've encounter the web server lock up problem intermittently. My application is still running ok, but the web server does not respond to any web page request until power cycle the NB. How can the program detect the web server is out and force it to reboot?

Any help will be appreciated,
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Net Burner web server lock up problem

Post by rnixon »

You could check for free sockets. There might be something in your code that is leaving sockets open, you run out, and the web server can no longer accept new connections. Do you have any C functions that get called for dynamic content? The web server should always close the socket when the page has been delivered, unless you have a function that is over-riding normal processing and creating a problem.
User avatar
pbreed
Posts: 1087
Joined: Thu Apr 24, 2008 3:58 pm

Re: Net Burner web server lock up problem

Post by pbreed »

Can you still ping and see the device with IPsetup?

IE is is a network (buffers) issue, or a webserver specific issue?

What is your application doing besides being a webserver?
Post Reply