Browser hangs after software reboot
Posted: Thu Mar 17, 2011 1:03 pm
this appears to be new(?), but now when i do a ForceReboot(), an open browser session,
e.g., IE7, Firefox, the window just hangs waiting.
when i netstat -a it shows sockets still established with the NB.
i don't think this used to be the case. i need to open a new browser instance in order
to connect to the NB - a new tab won't do it.
anyhow, can i force the NB to close the sockets, i.e., send a FIN, before I reboot?
will doing a close() on each socket's fd send the FIN?
how can i stop new connections while i'm going through my processing leading up to the reboot?
StopHttp() is just a stub so i don't think that is any help.
KillStack() is described in the manual as "do not use".
any help will be appreciated.
e.g., IE7, Firefox, the window just hangs waiting.
when i netstat -a it shows sockets still established with the NB.
i don't think this used to be the case. i need to open a new browser instance in order
to connect to the NB - a new tab won't do it.
anyhow, can i force the NB to close the sockets, i.e., send a FIN, before I reboot?
will doing a close() on each socket's fd send the FIN?
how can i stop new connections while i'm going through my processing leading up to the reboot?
StopHttp() is just a stub so i don't think that is any help.
KillStack() is described in the manual as "do not use".
any help will be appreciated.