Page 1 of 1

Net Burner web server lock up problem

Posted: Wed Jul 18, 2012 11:35 am
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,

Re: Net Burner web server lock up problem

Posted: Wed Jul 18, 2012 2:46 pm
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.

Re: Net Burner web server lock up problem

Posted: Wed Jul 18, 2012 3:03 pm
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?